pipeline.configuration
PipelineConfiguration Objects
@configspec
class PipelineConfiguration(BaseConfiguration)
restore_from_destination
Enables the run
method of the Pipeline
object to restore the pipeline state and schemas from the destination
enable_runtime_trace
Enables the tracing. Tracing saves the execution trace locally and is required by dlt deploy
.
use_single_dataset
Stores all schemas in single dataset. When False, each schema will get a separate dataset with `{datasetname}{schema_name}
full_refresh
When set to True, each instance of the pipeline with the pipeline_name
starts from scratch when run and loads the data to a separate dataset.