.gitignore
.pylintrc
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/release-test.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.idea/.gitignore
.idea/git_toolbox_blame.xml
.idea/git_toolbox_prj.xml
.idea/misc.xml
.idea/modules.xml
.idea/opendbt.iml
.idea/vcs.xml
.idea/runConfigurations/Python_tests_in_tests.xml
.idea/runConfigurations/pip_install.xml
.idea/runConfigurations/pylint.xml
docs/EXAMPLES.md
docs/assets/airflow-dbt-docs-link.png
docs/assets/airflow-dbt-docs-page.png
docs/assets/airflow-dbt-flow.png
docs/assets/dbt-custom-adapter-python.png
docs/assets/dbt-local-python.png
docs/assets/opendbt-airflow-ui.png
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
opendbt/docs/index.html
opendbt/macros/executedlt.sql
opendbt/macros/executepython.sql
opendbt/macros/executesql.sql
tests/test_airflow.py
tests/test_custom_adapter.py
tests/test_dbt_docs.py
tests/test_dbt_sqlfluff.py
tests/test_executedlt_materialization.py
tests/test_executepython_materialization.py
tests/test_executesql_materialization.py
tests/test_opendbt_airflow.py
tests/test_opendbt_cli.py
tests/test_opendbt_project.py
tests/resources/airflow/Dockerfile
tests/resources/airflow/docker-compose.yaml
tests/resources/airflow/airflow/airflow.cfg
tests/resources/airflow/airflow/webserver_config.py
tests/resources/airflow/dags/dbt_tests_workflow.py
tests/resources/airflow/dags/dbt_workflow.py
tests/resources/airflow/plugins/airflow_dbtdocs_page.py
tests/resources/dbttest/.gitignore
tests/resources/dbttest/.sqlfluff
tests/resources/dbttest/dbt_project.yml
tests/resources/dbttest/profiles.yml
tests/resources/dbttest/models/my_executedlt_model.py.py
tests/resources/dbttest/models/my_executepython_dlt_model.py
tests/resources/dbttest/models/my_executepython_model.py
tests/resources/dbttest/models/my_executesql_dbt_model.sql
tests/resources/dbttest/models/example/my_failing_dbt_model.sql
tests/resources/dbttest/models/example/my_first_dbt_model.sql
tests/resources/dbttest/models/example/my_second_dbt_model.sql
tests/resources/dbttest/models/example/schema.yml