Dagster integration Private Preview
Frequently asked questions about Dagster integration with Atlan.
Why is my Dagster asset linked to multiple SQL tables across different databases/schemas?
This happens when the dagster/table_name
metadata field doesn't include the fully qualified table name. Atlan may link to multiple tables with the same name across different databases or schemas. Use the fully qualified table name in the dagster/table_name
field with the format database.schema.table
. For more details, see Asset metadata and tags | Dagster Docs.