Skip to content

Commit

Permalink
remove unneeded stuff from scd2 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Apr 26, 2024
1 parent 13f4b1c commit 244ed77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlt/common/destination/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
# sql - any sql statement
TLoaderFileFormat = Literal["jsonl", "typed-jsonl", "insert_values", "parquet", "csv"]
ALL_SUPPORTED_FILE_FORMATS: Set[TLoaderFileFormat] = set(get_args(TLoaderFileFormat))
HIGH_TS = pendulum.datetime(9999, 12, 31)


@configspec
Expand Down Expand Up @@ -54,7 +53,6 @@ class DestinationCapabilitiesContext(ContainerInjectableContext):
insert_values_writer_type: str = "default"
supports_multiple_statements: bool = True
supports_clone_table: bool = False
"""High timestamp used to indicate active records in `scd2` merge strategy."""

"""Destination supports CREATE TABLE ... CLONE ... statements"""
max_table_nesting: Optional[int] = None # destination can overwrite max table nesting
Expand Down

0 comments on commit 244ed77

Please sign in to comment.