
## Can Atlan read a dump of SQL statements to create lineage?

URL: https://docs.atlan.com/product/capabilities/lineage/faq/sql-dump-lineage-support

> Atlan supports column-level lineage generation for cloud data warehouses like Snowflake, Amazon Redshift, Google BigQuery, and more. Atlan [mines SQL queries](/.

Atlan supports column-level lineage generation for cloud data warehouses like Snowflake, Amazon Redshift, Google BigQuery, and more. Atlan [mines SQL queries](https://docs.atlan.com/llms/catalog/lineage/what-is-lineage/llms.txt) from query history at source. These are the SQL statements that Atlan parses:

- `CREATE TABLE`
- `CREATE VIEW`
- `CREATE TABLE AS SELECT`
- `MERGE`
- `INSERT INTO`
- `UPDATE`
- `CLONE`

---
