Skip to content

Commit

Permalink
Snowflake time precision
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Sep 21, 2023
1 parent 3b7d231 commit 42396dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/destinations/snowflake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def capabilities() -> DestinationCapabilitiesContext:
caps.is_max_text_data_type_length_in_bytes = True
caps.supports_ddl_transactions = True
caps.alter_add_multi_column = True
caps.timestamp_precision = 9
return caps


Expand Down

0 comments on commit 42396dc

Please sign in to comment.