Dlt

Latest version: v0.4.12

Safety actively analyzes 641049 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 14

0.2.0a26

What's Changed
* adds anonymous telemetry https://dlthub.com/docs/reference/telemetry
* adds pipeline and exception tracing with sentry https://dlthub.com/docs/reference/tracing

0.2.0a25

What's Changed
* getting started: bigquery --> duckdb by TyDunn in https://github.com/dlt-hub/dlt/pull/146
* dbt docs by adrianbr in https://github.com/dlt-hub/dlt/pull/164
* incremental pipeline docs by adrianbr in https://github.com/dlt-hub/dlt/pull/165
* dlt init working with pipelines repo by rudolfix in https://github.com/dlt-hub/dlt/pull/168

New `dlt init` command.
With this release you can use `dlt init` to add existing pipelines to your project. Please see updated [documentation](https://dlthub.com/docs/walkthroughs/add-a-pipeline)
The pipelines currently come from [pipelines contrib repo](https://github.com/dlt-hub/pipelines). You can use any other repo or a local folder that follows the same structure (`dlt init ... --location <url>`)

0.2.0a23

What's Changed
* fixes multiple unnecessary alter tables to add columns by rudolfix in https://github.com/dlt-hub/dlt/pull/163

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.0a22...0.2.0a23

0.2.0a22

`dlt` library changes
* DATE type is supported on all destinations
* table and column names will be shortened to fit into particular destination
* `duckdb` database will be created in the current working directory by default 148
* fixes connection problem on `duckdb` 0.7.1
* allows to configure naming conventions or adopt naming conventions preferred by a destination
* `streamlit` app generated by `dlt pipeline ... show` does not display deprecation warnings

PRs
* iterating on blog posts by TyDunn in https://github.com/dlt-hub/dlt/pull/144
* improves naming conventions by rudolfix in https://github.com/dlt-hub/dlt/pull/157
* Add support for date type by steinitzu in https://github.com/dlt-hub/dlt/pull/160
* fixes duckdb database default location by rudolfix in https://github.com/dlt-hub/dlt/pull/159

0.2.0a21

What's Changed
* improves naming convention protocol by rudolfix in https://github.com/dlt-hub/dlt/pull/143

This is mostly a 🐛 bugfix release: names of flattened columns were incorrectly normalized
It also introduces improved interface to naming convention used by the schemas in pipelines (try `Schema.naming`)


**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.0a20...0.2.0a21

0.2.0a20

What's Changed
* groups all config and secret values used by all sources from a single python module in a single section (https://github.com/dlt-hub/dlt/blob/devel/docs/technical/secrets_and_config.md#the-sources-section)
* allows to provide alternatives of credentials for sources with multiple auth methods (https://github.com/dlt-hub/dlt/blob/devel/docs/technical/secrets_and_config.md#working-with-alternatives-of-credentials-union-types)
* gives write access to schemas in the source decorated function to allow to generate/modify settings and tables (https://github.com/dlt-hub/dlt/blob/devel/docs/technical/working_with_schemas.md#schema-is-modified-in-the-source-function-body)
* all generators are closed if there's an exception in the pipe during extraction

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.0a19...0.2.0a20

Page 9 of 14

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.