Dlt

Latest version: v1.4.0

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

Scan your dependencies

Page 8 of 15

0.3.3

Core Library
* supports motherduck as a destination by rudolfix in https://github.com/dlt-hub/dlt/pull/460
* dbt 1.5 compatibility, enabled motherduck dbt support by sh-rp in https://github.com/dlt-hub/dlt/pull/475
* add more retry conditions and makes timeouts configurable in dlt requests drop-in replacement by steinitzu in https://github.com/dlt-hub/dlt/pull/477
* end_value support to incremental: backloading in parallel chunks now possible by steinitzu in https://github.com/dlt-hub/dlt/pull/467

Docs
* deploy cloud function as webhook by dat-a-man in https://github.com/dlt-hub/dlt/pull/449
* several key sections were updated and refactored by AstrakhantsevaAA
* destination documentation refactor by rudolfix in https://github.com/dlt-hub/dlt/pull/478

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.3.2...0.3.3

0.3.3a0

Core Library
This is a pre-release version with adds **motherduck** destination. for details please see our [docs](https://dlthub.com/docs/dlt-ecosystem/destinations/motherduck)


**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.3.2...0.3.3a0

0.3.2

Core Library
* snowflake destination: we support loading via PUT stage (`parquet` and `jsonl`) and password and key pair authentication by steinitzu in https://github.com/dlt-hub/dlt/pull/414
* parquet files in load packages are supported with pyarrow. following destinations accept those when loading: bigquery, duckdb, snowflake and filesystem, by sh-rp in https://github.com/dlt-hub/dlt/pull/403
* `dbt-snowflake` supported by dbt wrapper by steinitzu in https://github.com/dlt-hub/dlt/pull/448

Docs
* Docs: polished reference's docs by AstrakhantsevaAA in https://github.com/dlt-hub/dlt/pull/430
* `dhelp` (AI assistant in docs) enabled by burnash in https://github.com/dlt-hub/dlt/pull/390
* Added deploy with google cloud functions by dat-a-man in https://github.com/dlt-hub/dlt/pull/426
* train-gpt-q&a-blog by TongHere in https://github.com/dlt-hub/dlt/pull/438
* adding the open api spec article by rahuljo in https://github.com/dlt-hub/dlt/pull/442
* Docs/user guide data scientists by AstrakhantsevaAA in https://github.com/dlt-hub/dlt/pull/436
* Docs: airflow intro by AstrakhantsevaAA in https://github.com/dlt-hub/dlt/pull/444
* documents snowflake destination by rudolfix in https://github.com/dlt-hub/dlt/pull/447
* add file formats and fill out the parquet page in docs by sh-rp in https://github.com/dlt-hub/dlt/pull/439
* Added filesystem destination docs by dat-a-man in https://github.com/dlt-hub/dlt/pull/440

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.3.1...0.3.2

0.3.1

What's Changed
* add computed exhausted property by sh-rp in https://github.com/dlt-hub/dlt/pull/380
* removes the unpickable lambdas from destination caps and updates tests by rudolfix in https://github.com/dlt-hub/dlt/pull/404
* add secrets format option to dlt deploy by sh-rp in https://github.com/dlt-hub/dlt/pull/401
* Feat: Use compression to maximize network and disk space efficiency by z3z1ma in https://github.com/dlt-hub/dlt/pull/415
* 379 round robin pipe iterator by sh-rp in https://github.com/dlt-hub/dlt/pull/421

Docs
* adding article by TongHere in https://github.com/dlt-hub/dlt/pull/411
* GPT Training fix link by TongHere in https://github.com/dlt-hub/dlt/pull/417
* Docs: deploy airflow by AstrakhantsevaAA in https://github.com/dlt-hub/dlt/pull/410
* restructured docs: new **Getting Started** and **dlt Ecosystem** rahuljo in https://github.com/dlt-hub/dlt/pull/398 adrianbr in https://github.com/dlt-hub/dlt/pull/408
* Added Jira Docs by dat-a-man in https://github.com/dlt-hub/dlt/pull/425
* add structured data lake, fix titles by adrianbr in https://github.com/dlt-hub/dlt/pull/419
* adds duckdb->bigquery walkthrough by rudolfix in https://github.com/dlt-hub/dlt/pull/392
* Added sql_database pipeline by dat-a-man in https://github.com/dlt-hub/dlt/pull/396
* Added stripe setup guide by dat-a-man in https://github.com/dlt-hub/dlt/pull/394
* Added Workable pipeline docs by dat-a-man in https://github.com/dlt-hub/dlt/pull/395
* Added salesforce docs by dat-a-man in https://github.com/dlt-hub/dlt/pull/413
* Added Notion Docs by dat-a-man in https://github.com/dlt-hub/dlt/pull/409
* Added Mux docs by dat-a-man in https://github.com/dlt-hub/dlt/pull/412

New Contributors
* TongHere made their first contribution in https://github.com/dlt-hub/dlt/pull/411

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.3.0...0.3.1

0.3.0

Core Library
* renames Pipelines to Verified Sources by rudolfix in https://github.com/dlt-hub/dlt/pull/382
* adds tests to build containers, removes psutil by rudolfix in https://github.com/dlt-hub/dlt/pull/373
* finalizes where the resource state is stored in pipeline state by rudolfix in https://github.com/dlt-hub/dlt/pull/374
* accepts explicit values for unions if type of value is one of types by rudolfix in https://github.com/dlt-hub/dlt/pull/377
* add quotes to missing dependency exception output by sh-rp in https://github.com/dlt-hub/dlt/pull/387
* Feat/Add transaction management for filesystem operations using fsspec by z3z1ma in https://github.com/dlt-hub/dlt/pull/384

Minor Version Changes
* source name is now the key in pipeline state that stores all the source and resource state. previously the source section (which was the name of python module where source was defined) was used. this change will affect the already deployed pipelines that had name of the source different from the name of the module. they will not see the already stored state and may, for example, load some data twice. the only verified source affected by this is zendesk.

Docs
* rewrites the sections on source, resource and pipeline state by rudolfix in https://github.com/dlt-hub/dlt/pull/376
* minor changes to schema evolution doc by rahuljo in https://github.com/dlt-hub/dlt/pull/372
* pushing experiment 4 blog by rahuljo in https://github.com/dlt-hub/dlt/pull/371
* update docusaurus and fix gtag by sh-rp in https://github.com/dlt-hub/dlt/pull/385
* add section landing pages to docusaurus by sh-rp in https://github.com/dlt-hub/dlt/pull/386


New Contributors
* sh-rp made their first contribution in https://github.com/dlt-hub/dlt/pull/385

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.9...0.3.0

0.2.9

Core Library
* dlt source decomposition into Airflow DAG by rudolfix in https://github.com/dlt-hub/dlt/pull/352
* airflow dlt wrapper to run dlt pipelines as DAGs by rudolfix in https://github.com/dlt-hub/dlt/pull/357
* dlt deploy airflow-composer by AstrakhantsevaAA in https://github.com/dlt-hub/dlt/pull/356
* new destination: filesystem/bucket with fsspec by steinitzu in https://github.com/dlt-hub/dlt/pull/342
* Update deprecated GitHub action by tungbq in https://github.com/dlt-hub/dlt/pull/345
* A base class for vault config providers with two implementations Google Secrets config provider and Airflow config provider

Docs
* pushing experiment 3 blog post by rahuljo in https://github.com/dlt-hub/dlt/pull/361
* structured data lakes post by adrianbr in https://github.com/dlt-hub/dlt/pull/362
* Several fixes and improvements by tungbq

New Contributors
* AstrakhantsevaAA made their first contribution in https://github.com/dlt-hub/dlt/pull/356

**Full Changelog**: https://github.com/dlt-hub/dlt/compare/0.2.8...0.2.9

Page 8 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.