[Feature] Include database in the Iceberg file path #686
Labels
feature:iceberg
Issues related to Iceberg support
pkg:dbt-snowflake
Issue affects dbt-snowflake
type:enhancement
New feature request
Is this your first time submitting a feature request?
Describe the feature
Currently base location of an Iceberg table only supports schema and table name
f"_dbt/{self.schema}/{self.name}"
, but to be fully unique or to prevent mixing of tables from different databases within the same path we should also add the database name.https://github.com/dbt-labs/dbt-snowflake/blob/v1.9.0/dbt/adapters/snowflake/relation.py#L207
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: