:wave: I'm looking into setting up dagster with Ai...
# integration-airbyte
h
👋 I'm looking into setting up dagster with Airbyte & DBT. We use
namespaces
in Airbyte to sync Airbyte sources to a specific database in our warehouse. Would it be possible to add
namespaceFormat
to
AirbyteConnectionMetadata
in the
dagster-airbyte
connector so it can be used to construct Airbyte `AssetKey`s and link dbt sources to Airbyte connections (our dbt sources are set up as
database, table
asset keys in dagster atm)?