DBT
Name: | flytekitplugins-dbt |
Version: | 0.0.0+develop |
Author: | admin@flyte.org |
Provides: |
flytekitplugins.dbt |
Requires: |
flytekit>=1.3.0b2 dbt-core>=1.6.0,<1.8.0 networkx>=2.5 |
Python: | >=3.9 |
License: | apache2 |
Source Code: | https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-dbt |
- Intended Audience :: Science/Research
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: 3.11
- Programming Language :: Python :: 3.12
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
Flytekit plugin for performing DBT tasks. Currently it supports dbt run
, dbt test
, dbt source freshness
tasks.
To install the plugin, run the following command:
pip install flytekitplugins-dbt
Example coming soon!