Releases: dlt-hub/dlt
Releases · dlt-hub/dlt
0.2.0a7
What's Changed
- adds
max_table_nesting
argument todlt.source
to control the depth of parent-child table nesting - fixes the pipeline_name when runtime configuration is embedded
- reacts to signals (ie CTRL-C) during extraction and other signal improvements
- passes github vars to loggers/tracers
0.2.0a6
0.2.0a5
0.2.0a4
0.2.0a2
Another alpha release of 0.2.0
- is your sources and resources, specify required arguments that should come from config/secrets via
dlt.config.value
ordlt.secrets.value
- improved
init command
working with next gen of init templates - gitubpython dep fixed
0.2.0a1
This is alpha release of dlt
0.2.0. This version is a complete rewrite of the user facing interface of 0.1.0
- create sources and resources with the decorators
- credentials integration
- automatic exporting and importing of schemas
- improved syncing of schemas
- dlt state restored from the destination
and many more
0.1.0rc15
0.1.0rc14
0.1.0rc13
0.1.0rc12
What's Changed
- adds support for deterministic variant types which are visible as different type depending on the content
- adds support for
Wei
variant type which isDecimal
that within destination decimal range andtext
outside of that range - adds option to automatically export schemas in
Pipeline
v1 - for the default schema, the schema name is not a part of dataset name.