Skip to content

Commit

Permalink
Revert changes to external volume
Browse files Browse the repository at this point in the history
  • Loading branch information
VersusFacit committed Oct 8, 2024
1 parent 5b20f15 commit 3984329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
create dynamic iceberg table {{ relation }}
target_lag = '{{ dynamic_table.target_lag }}'
warehouse = {{ dynamic_table.snowflake_warehouse }}
external_volume = '{{ dynamic_table.catalog.external_volume }}'
{{ optional('external_volume', dynamic_table.catalog.external_volume) }}
catalog = '{{ dynamic_table.catalog.name }}'
base_location = '{{ dynamic_table.catalog.base_location }}'
{{ optional('refresh_mode', dynamic_table.refresh_mode) }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
create or replace dynamic iceberg table {{ relation }}
target_lag = '{{ dynamic_table.target_lag }}'
warehouse = {{ dynamic_table.snowflake_warehouse }}
external_volume = '{{ dynamic_table.catalog.external_volume }}'
{{ optional('external_volume', dynamic_table.catalog.external_volume) }}
catalog = '{{ dynamic_table.catalog.name }}'
base_location = '{{ dynamic_table.catalog.base_location }}'
{{ optional('refresh_mode', dynamic_table.refresh_mode) }}
Expand Down

0 comments on commit 3984329

Please sign in to comment.