delta_load_options
            DeltaLoadOptions
¶
    
              Bases: BaseModel
Options to configure the DeltaLoader.
Parameters:
| Name | Type | Description | Default | 
|---|---|---|---|
| strategy | Delta load strategy to use. | required | |
| delta_load_identifier | Unique delta load identifier used to track the delta load metadata. | required | |
| strategy_options | Options used to configure the chosen delta load strategy. See the config class of the particular strategy for more info. | required | |
| metadata_table_identifier | 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  | required |