.flake8
.pre-commit-config.yaml
AUTHORS
CHANGELOG.md
ChangeLog
LICENSE
MANIFEST.in
README.md
dev-requirements.txt
mypy.ini
pytest.ini
setup.cfg
setup.py
tox.ini
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/main.yml
.github/workflows/nightly.yml
.github/workflows/release.yml
dbt/__init__.py
dbt/adapters/__init__.py
dbt/adapters/duckdb/__init__.py
dbt/adapters/duckdb/__version__.py
dbt/adapters/duckdb/cli.py
dbt/adapters/duckdb/column.py
dbt/adapters/duckdb/connections.py
dbt/adapters/duckdb/constants.py
dbt/adapters/duckdb/credentials.py
dbt/adapters/duckdb/impl.py
dbt/adapters/duckdb/relation.py
dbt/adapters/duckdb/secrets.py
dbt/adapters/duckdb/utils.py
dbt/adapters/duckdb/environments/__init__.py
dbt/adapters/duckdb/environments/buenavista.py
dbt/adapters/duckdb/environments/local.py
dbt/adapters/duckdb/environments/motherduck.py
dbt/adapters/duckdb/plugins/__init__.py
dbt/adapters/duckdb/plugins/delta.py
dbt/adapters/duckdb/plugins/excel.py
dbt/adapters/duckdb/plugins/glue.py
dbt/adapters/duckdb/plugins/gsheet.py
dbt/adapters/duckdb/plugins/iceberg.py
dbt/adapters/duckdb/plugins/motherduck.py
dbt/adapters/duckdb/plugins/pd_utils.py
dbt/adapters/duckdb/plugins/postgres.py
dbt/adapters/duckdb/plugins/sqlalchemy.py
dbt/include/__init__.py
dbt/include/duckdb/__init__.py
dbt/include/duckdb/dbt_project.yml
dbt/include/duckdb/sample_profiles.yml
dbt/include/duckdb/macros/adapters.sql
dbt/include/duckdb/macros/catalog.sql
dbt/include/duckdb/macros/columns.sql
dbt/include/duckdb/macros/incremental_helper.sql
dbt/include/duckdb/macros/persist_docs.sql
dbt/include/duckdb/macros/seed.sql
dbt/include/duckdb/macros/snapshot_helper.sql
dbt/include/duckdb/macros/materializations/external.sql
dbt/include/duckdb/macros/materializations/hooks.sql
dbt/include/duckdb/macros/materializations/incremental.sql
dbt/include/duckdb/macros/materializations/table.sql
dbt/include/duckdb/macros/materializations/table_function.sql
dbt/include/duckdb/macros/utils/any_value.sql
dbt/include/duckdb/macros/utils/dateadd.sql
dbt/include/duckdb/macros/utils/datediff.sql
dbt/include/duckdb/macros/utils/external_location.sql
dbt/include/duckdb/macros/utils/lastday.sql
dbt/include/duckdb/macros/utils/listagg.sql
dbt/include/duckdb/macros/utils/splitpart.sql
dbt/include/duckdb/macros/utils/upstream.sql
dbt_duckdb.egg-info/PKG-INFO
dbt_duckdb.egg-info/SOURCES.txt
dbt_duckdb.egg-info/dependency_links.txt
dbt_duckdb.egg-info/not-zip-safe
dbt_duckdb.egg-info/pbr.json
dbt_duckdb.egg-info/requires.txt
dbt_duckdb.egg-info/top_level.txt
scripts/build-dist.sh
tests/__init__.py
tests/bv_test_server.py
tests/conftest.py
tests/create_function_plugin.py
tests/data/excel_file.xlsx
tests/functional/adapter/test_attach.py
tests/functional/adapter/test_basic.py
tests/functional/adapter/test_caching.py
tests/functional/adapter/test_changing_relation_type.py
tests/functional/adapter/test_community_extensions.py
tests/functional/adapter/test_concurrency.py
tests/functional/adapter/test_constraints.py
tests/functional/adapter/test_empty.py
tests/functional/adapter/test_ephemeral.py
tests/functional/adapter/test_external.py
tests/functional/adapter/test_hooks.py
tests/functional/adapter/test_incremental.py
tests/functional/adapter/test_persist_docs.py
tests/functional/adapter/test_python_model.py
tests/functional/adapter/test_rematerialize.py
tests/functional/adapter/test_simple_snapshot.py
tests/functional/adapter/test_sources.py
tests/functional/adapter/test_table_function.py
tests/functional/adapter/test_unit_testing.py
tests/functional/adapter/test_write_options.py
tests/functional/adapter/aliases/test_aliases.py
tests/functional/adapter/indexes/__init__.py
tests/functional/adapter/indexes/fixtures.py
tests/functional/adapter/indexes/test_indexes.py
tests/functional/adapter/simple_seed/test_fast_seed.py
tests/functional/adapter/store_test_failures_tests/test_store_test_failures.py
tests/functional/adapter/utils/test_date_spine.py
tests/functional/adapter/utils/test_utils.py
tests/functional/fsspec/test_filesystems.py
tests/functional/plugins/test_delta.py
tests/functional/plugins/test_excel.py
tests/functional/plugins/test_glue.py
tests/functional/plugins/test_gsheet.py
tests/functional/plugins/test_iceberg.py
tests/functional/plugins/test_plugins.py
tests/functional/plugins/test_postgres.py
tests/functional/plugins/test_sqlite.py
tests/functional/plugins/motherduck/fixtures.py
tests/functional/plugins/motherduck/test_macros.py
tests/functional/plugins/motherduck/test_motherduck.py
tests/functional/plugins/motherduck/test_motherduck_attach.py
tests/functional/plugins/motherduck/test_motherduck_ducklake.py
tests/functional/plugins/motherduck/test_motherduck_saas_mode.py
tests/functional/plugins/motherduck/test_motherduck_write_conflict.py
tests/unit/__init__.py
tests/unit/test_column.py
tests/unit/test_credentials.py
tests/unit/test_data_path_quoting.py
tests/unit/test_duckdb_adapter.py
tests/unit/test_external_utils.py
tests/unit/test_get_column_schema.py
tests/unit/test_glue.py
tests/unit/test_retries_connect.py
tests/unit/test_retries_query.py
tests/unit/utils.py