How to query data

Have more questions? Submit a request

There are two ways to query data in Atlan:

  • writing your own SQL
  • using the Visual Query Builder
πŸ’ͺ Did you know? Atlan pushes all queries to the source (no data is stored in Atlan). In addition, Atlan applies access policies to the results before displaying them.

Write your own SQL

πŸ€“ Who can do this? Anyone with the knowledge to write SQL. You will need to be an admin or a member user with data access to the asset.

To query an asset with your own SQL:

  1. From the left menu of any screen, click Insights.
  2. Under the Explorer tab, find the asset you want to query:
    1. Use the Select database dropdown to choose another database, if necessary.
    2. Search for the asset by name in the search bar, or browse for it in the tree structure.
  3. Hover over the table or view, and click the play icon. This writes and runs a basic preview query.
  4. Under the Untitled tab on the right, change the sample query or write your own β€” separate multiple queries with a semicolon ;. Click the Run button in the upper right to test your query as you write it.
  5. (Optional) If you have multiple tabs open in the query editor, right-click a tab to open the tabs menu. You can close a specific tab or all tabs, or duplicate the query.

The editor supports all read-based SQL statements, including JOIN. The editor will not run any write-based statements. The following SQL statements are not supported:

  • UPDATE
  • DELETE
  • CREATE
  • ALTER
  • DROP
  • TRUNCATE
  • INSERT INTO
πŸ’ͺ Did you know? You can select the context for your query to the left of the Run button. Then you won't need to fully qualify table names with schema and database names.

Use the Visual Query Builder

πŸ€“ Who can do this? Any admin or member user with data access to the asset. No SQL knowledge required!

To query an asset using the Visual Query Builder:

  1. From the left menu of any screen, click Insights.
  2. At the top of the screen, to the right of the Untitled tab, click the + button and select New visual query.
  3. Under Select from choose the table or view you want to query.
  4. (Optional) In the column selector to the right, select the column you want to query.
  5. Then develop your query:
    • Click the Run button to run the query and preview its results.
    • Click the blue circular + button to add an action to the query.
    • Repeat these steps until your query is complete.
  6. (Optional) If there are any errors in your query, click Auto fix for Atlan to recommend a fix. 
  7. (Optional) In the query results set, click Copy to copy the query results or click Download to export them.
πŸ’ͺ Did you know? You can learn more about the query builder actions in this example.

Related articles

Was this article helpful?
1 out of 1 found this helpful