
## Dagster integration

URL: https://docs.atlan.com/apps/connectors/lineage/dagster/faq/faq-dagster

> Frequently asked questions about Dagster integration with Atlan

# Dagster integration

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](https://docs.dagster.io/concepts/assets/software-defined-assets#asset-metadata-and-tags).

---
