Skip to main content
Version: 1.7.0 (latest)

Project

dlt+

This page is for dlt+, which requires a license. Join our early access program for a trial license.

A dlt+ Project offers developers a declarative approach for defining data workflow components: sources, destinations, pipelines, transformations, parameters, etc. It follows an opinionated structure centered around a Python manifest file dlt.yml, where all dlt entities are defined in an organized way. The manifest file acts like a single source of truth for data pipelines, keeping all teams aligned.

The project layout has the following components:

  1. A dlt manifest file (dlt.yml) which specifies data platform entities like sources, destinations, pipelines, transformations, etc.
  2. .dlt folder with secrets and other information, backward compatible with OSS dlt
  3. Python modules with source code and tests. We propose a strict layout of the modules (i.e., source code is in the sources/ folder, etc.)
  4. _data folder (excluded from .git) where pipeline working directories and local destination files (i.e., filesystem, duckdb databases) are kept.

A general dlt+ project has the following structure:

.
โ”œโ”€โ”€ .dlt/ # your dlt settings including profile settings
โ”‚ โ”œโ”€โ”€ config.toml
โ”‚ โ”œโ”€โ”€ dev.secrets.toml
โ”‚ โ””โ”€โ”€ secrets.toml
โ”œโ”€โ”€ _data/ # local storage for your project, excluded from git
โ”œโ”€โ”€ sources/ # your sources, contains the code for the arrow source
โ”‚ โ””โ”€โ”€ arrow.py
โ”œโ”€โ”€ .gitignore
โ”œโ”€โ”€ requirements.txt
โ””โ”€โ”€ dlt.yml # the main project manifest

Read more about dlt+ Project in the project feature description

note

To get started with a dlt+ Project and learn how to manage it using cli commands, check out our tutorial.

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub โ€“ it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.