delta_load_options
DeltaLoadOptions
¶
Bases: BaseModel
Options to configure the DeltaLoader.
Attributes:
| Name | Type | Description |
|---|---|---|
strategy |
str
|
Delta load strategy to use. |
delta_load_identifier |
str
|
Unique delta load identifier used to track the delta load metadata. |
strategy_options |
dict
|
Options used to configure the chosen delta load strategy. See the config class of the particular strategy for more info. |
metadata_table_identifier |
str | None
|
Identifier of the metadata table used to keep
track of the delta load metadata. The table will be created if it does
not exist. If none, it will default to |