airflow-dbt
Apache Airflow integration for dbt
File Explorer
Download Latest Version (.zip)- test.yml
- dependabot.yml
- __init__.py
- dbt_hook.py
- __init__.py
- dbt_operator.py
- __init__.py
- __version__.py
- test_dbt_hook.py
- test_dbt_operator.py
- __init__.py
- .flake8
- .gitignore
- CHANGELOG.md
- LICENSE.txt
- MANIFEST.in
- README.md
- setup.py
# Installation Guide
git clone https://github.com/gocardless/airflow-dbt
Downloads the entire project code from GitHub to your computer.
cd airflow-dbt
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install airflow-dbt
Installs the package published on PyPI directly โ no need to clone the source.
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
pip install . pytest
Installs the package published on PyPI directly โ no need to clone the source.
pip install flake8
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install airflow-dbt
Installs the package published on PyPI directly โ no need to clone the source.
python3 -m venv .venv
Runs the Python script (or module).
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
pip install . pytest
Installs the package published on PyPI directly โ no need to clone the source.
pip install flake8
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
