.gitignore
.pylintrc
LICENSE
README.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/workflows/deploy-documentation.yml
.github/workflows/release-test.yml
.github/workflows/release.yml
.github/workflows/tests-dbt-version.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/catalog.md
docs/examples.md
docs/index.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
docs/opendbtdocs/catalog.json
docs/opendbtdocs/catalogl.json
docs/opendbtdocs/index.html
docs/opendbtdocs/manifest.json
docs/opendbtdocs/run_info.json
opendbt/__init__.py
opendbt/__main__.py
opendbt/examples.py
opendbt/logger.py
opendbt/runtime_patcher.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/catalog/__init__.py
opendbt/dbt/__init__.py
opendbt/dbt/docs/.gitignore
opendbt/dbt/docs/index.html
opendbt/dbt/shared/__init__.py
opendbt/dbt/shared/adapters/__init__.py
opendbt/dbt/shared/adapters/impl.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/config/__init__.py
opendbt/dbt/v17/config/runtime.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/artifacts/__init__.py
opendbt/dbt/v18/artifacts/schemas/__init__.py
opendbt/dbt/v18/artifacts/schemas/run.py
opendbt/dbt/v18/config/__init__.py
opendbt/dbt/v18/config/runtime.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/macros/executedlt.sql
opendbt/macros/executepython.sql
opendbt/macros/executesql.sql
tests/base_dbt_test.py
tests/test_airflow.py
tests/test_catalog.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_main.py
tests/test_opendbt_airflow.py
tests/test_opendbt_cli.py
tests/test_opendbt_mesh.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_mesh_workflow.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/dbtcore/.gitignore
tests/resources/dbtcore/.sqlfluff
tests/resources/dbtcore/dbt_project.yml
tests/resources/dbtcore/profiles.yml
tests/resources/dbtcore/models/my_core_table1.sql
tests/resources/dbtcore/models/my_executedlt_model.py
tests/resources/dbtcore/models/my_executepython_dlt_model.py
tests/resources/dbtcore/models/my_executepython_model.py
tests/resources/dbtcore/models/my_executesql_dbt_model.sql
tests/resources/dbtcore/models/my_failing_dbt_model.sql
tests/resources/dbtcore/models/my_first_dbt_model.sql
tests/resources/dbtcore/models/my_second_dbt_model.sql
tests/resources/dbtcore/models/schema.yml
tests/resources/dbtfinance/.gitignore
tests/resources/dbtfinance/dbt_project.yml
tests/resources/dbtfinance/dependencies.yml
tests/resources/dbtfinance/profiles.yml
tests/resources/dbtfinance/macros/generate_schema_name.sql
tests/resources/dbtfinance/models/my_cross_project_ref_model.sql
tests/resources/dbtfinance/models/sources.yml