https://github.com/kestra-io/plugin-dlt
Tasks that run dlt (data load tool) pipelines and CLI commands to move data into analytics destinations.
https://github.com/kestra-io/plugin-dlt
dlt hacktoberfest kestra plugin
Last synced: 12 days ago
JSON representation
Tasks that run dlt (data load tool) pipelines and CLI commands to move data into analytics destinations.
- Host: GitHub
- URL: https://github.com/kestra-io/plugin-dlt
- Owner: kestra-io
- License: apache-2.0
- Created: 2025-09-08T11:13:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-05-15T08:33:41.000Z (about 2 months ago)
- Last Synced: 2026-05-15T09:18:53.493Z (about 2 months ago)
- Topics: dlt, hacktoberfest, kestra, plugin
- Language: Java
- Homepage: https://kestra.io/plugins/plugin-dlt
- Size: 278 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Event-Driven Declarative Orchestrator
Get started with Kestra in 4 minutes.
# Kestra DLT Plugin
## Why
- What user problem does this solve? Teams need to run dlt (data load tool) pipelines and CLI commands to move data into analytics destinations from orchestrated workflows instead of relying on manual console work, ad hoc scripts, or disconnected schedulers.
- Why would a team adopt this plugin in a workflow? It keeps dlt steps in the same Kestra flow as upstream preparation, approvals, retries, notifications, and downstream systems.
- What operational/business outcome does it enable? It reduces manual handoffs and fragmented tooling while improving reliability, traceability, and delivery speed for processes that depend on dlt.
## What
- Provides plugin components under `io.kestra.plugin.dlt`.
- Includes classes such as `CLI`, `Run`.
## Documentation
* Full documentation can be found under: [kestra.io/docs](https://kestra.io/docs)
* Documentation for developing a plugin is included in the [Plugin Developer Guide](https://kestra.io/docs/plugin-developer-guide/)
## License
Apache 2.0 © [Kestra Technologies](https://kestra.io)
## Stay up to date
We release new versions every month. Give the [main repository](https://github.com/kestra-io/kestra) a star to stay up to date with the latest releases and get notified about future updates.
