New package name and pip install command
💡 We changed the package name to **dlt**!
sh
pip install dlt
Core library
* PyPI package name: migrate to `dlt` by burnash in https://github.com/dlt-hub/dlt/pull/264
* adds anonymous id to telemetry by rudolfix in https://github.com/dlt-hub/dlt/pull/284
* makes duckdb database to follow current working directory by rudolfix in https://github.com/dlt-hub/dlt/pull/291
* you can disable unique checks in incremental by passing empty tuple as `primary_key` to `dlt.sources.incremental`
Helpers
**a first of series of Airflow helpers and features**: store `secrets.toml` in Airflow Variable and have your credentials injected automatically. same code works locally and in Airflow DAG.
* Add AirflowSecretsTomlProvider by burnash in https://github.com/dlt-hub/dlt/pull/273
Building blocks
When building pipelines you can now use specs that wrap google credentials. we support service credentials and oauth2 credentials, detect default credentials, provide authorization methods etc. info on credentials below will soon be added to our `docs` and some example pipelines.
python
from dlt.common.configuration.specs import GcpClientCredentials, GcpClientCredentialsWithDefault, GcpOAuthCredentials, GcpOAuthCredentialsWithDefault
* Initial commit for adding oauth gcp credentials by redicane in https://github.com/dlt-hub/dlt/pull/254
Docs
* update doc with new alert capability by adrianbr in https://github.com/dlt-hub/dlt/pull/275
* updating the documentation for the section 'Transforming the data' by rahuljo in https://github.com/dlt-hub/dlt/pull/277
* first version of `understanding the tables` content by TyDunn in https://github.com/dlt-hub/dlt/pull/258
* Rename PyPI package to `dlt` in the docs by burnash in https://github.com/dlt-hub/dlt/pull/282
* pushing the new colab demo by rahuljo in https://github.com/dlt-hub/dlt/pull/288
* updates explore/transform the data in Python by rudolfix in https://github.com/dlt-hub/dlt/pull/289
* update a typo in create-a-pipeline.md by Anggi-Permana-Harianja in https://github.com/dlt-hub/dlt/pull/290
New Contributors
* Anggi-Permana-Harianja made their first contribution in https://github.com/dlt-hub/dlt/pull/290
* redicane made their first contribution in https://github.com/dlt-hub/dlt/pull/254
**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.0a32...0.2.6a0