What's Changed * adds `max_table_nesting` argument to `dlt.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
Fixes the module import bug in `dlt init` command
0.2.0a5
* allows to use simpler dlt init scripts without run methods * basic tests for dlt cli added * missing dependencies for google apis
0.2.0a4
What's Changed * dlt deploy by rudolfix in https://github.com/dlt-hub/dlt/pull/100 * fixes gitpython dep by rudolfix in https://github.com/dlt-hub/dlt/pull/101
0.2.0a2
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