Skip to content

Commit

Permalink
removed or replace without as clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremynadal33 committed Aug 9, 2024
1 parent a855e39 commit 7ca54c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/adapters/glue/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ def delta_create_table(self, target_relation, request, primary_key, partition_ke
location = custom_location

create_table_query = f"""
CREATE OR REPLACE TABLE {table_name}
CREATE TABLE {table_name}
USING delta
LOCATION '{location}'
"""
Expand Down

0 comments on commit 7ca54c6

Please sign in to comment.