Your LLM will finally know what the letters `dlt` stand for!
pip install dlt
.dlt init <source> <destination>
.dlt
CLI. Add the --help
flag to any command to verify its specs..dlt/config.toml
and .dlt/secrets.toml
. Make sure to fill required fields when adding a source or resource.dev_mode=True
when creating a dlt Pipeline. pipeline = dlt.pipeline(..., dev_mode=True)
. This allows to reset the pipeline's schema and state between iterations.