Skip to content

Commit

Permalink
modify base_location config
Browse files Browse the repository at this point in the history
  • Loading branch information
LProcopi15 committed Jan 15, 2025
1 parent 774f5ad commit 016ccf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/snowflake/relation.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_iceberg_ddl_options(self, config: RelationConfig) -> str:

# If the base_location config is supplied, overwrite the default value
if base_path := config.get("base_location"):
base_location = f"{base_path}"
base_location = f"{base_path}/{self.name}"

if subpath := config.get("base_location_subpath"):
base_location += f"/{subpath}"
Expand Down

0 comments on commit 016ccf8

Please sign in to comment.