LICENSE
README.md
setup.py
opendbt/__init__.py
opendbt/__main__.py
opendbt/examples.py
opendbt/utils.py
opendbt.egg-info/PKG-INFO
opendbt.egg-info/SOURCES.txt
opendbt.egg-info/dependency_links.txt
opendbt.egg-info/entry_points.txt
opendbt.egg-info/requires.txt
opendbt.egg-info/top_level.txt
opendbt/airflow/__init__.py
opendbt/airflow/plugin.py
opendbt/dbt/__init__.py
opendbt/dbt/shared/__init__.py
opendbt/dbt/shared/cli/__init__.py
opendbt/dbt/shared/cli/main.py
opendbt/dbt/shared/task/__init__.py
opendbt/dbt/shared/task/sqlfluff.py
opendbt/dbt/v17/__init__.py
opendbt/dbt/v17/adapters/__init__.py
opendbt/dbt/v17/adapters/factory.py
opendbt/dbt/v17/task/__init__.py
opendbt/dbt/v17/task/run.py
opendbt/dbt/v17/task/docs/__init__.py
opendbt/dbt/v17/task/docs/generate.py
opendbt/dbt/v18/__init__.py
opendbt/dbt/v18/adapters/__init__.py
opendbt/dbt/v18/adapters/factory.py
opendbt/dbt/v18/task/__init__.py
opendbt/dbt/v18/task/run.py
opendbt/dbt/v18/task/docs/__init__.py
opendbt/dbt/v18/task/docs/generate.py
tests/test_airflow.py
tests/test_custom_adapter.py
tests/test_dbt_docs.py
tests/test_dbt_sqlfluff.py
tests/test_executepython_materialization.py
tests/test_executesql_materialization.py
tests/test_opendbt_airflow.py
tests/test_opendbt_project.py