Skip to content

Commit 46fd386

Browse files
enable overwrites
1 parent 6ad3d89 commit 46fd386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: target_snowflake/connector.py

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ class SnowflakeConnector(SQLConnector):
8888
allow_column_alter: bool = True # Whether altering column types is supported.
8989
allow_merge_upsert: bool = False # Whether MERGE UPSERT is supported.
9090
allow_temp_tables: bool = True # Whether temp tables are supported.
91+
allow_overwrite: bool = True
9192

9293
def __init__(self, *args: Any, **kwargs: Any) -> None:
9394
self.table_cache: dict = {}

0 commit comments

Comments
 (0)