.gitignore
CONTRIBUTING.md
LICENSE
Makefile
README.md
pyproject.toml
uv.lock
.github/FUNDING.yml
.github/workflows/codeql-analysis.yml
.github/workflows/master.yml
.github/workflows/pull_request.yml
dbt_metabase.egg-info/PKG-INFO
dbt_metabase.egg-info/SOURCES.txt
dbt_metabase.egg-info/dependency_links.txt
dbt_metabase.egg-info/entry_points.txt
dbt_metabase.egg-info/requires.txt
dbt_metabase.egg-info/top_level.txt
dbtmetabase/__init__.py
dbtmetabase/__main__.py
dbtmetabase/_exposures.py
dbtmetabase/_models.py
dbtmetabase/_version.py
dbtmetabase/core.py
dbtmetabase/errors.py
dbtmetabase/format.py
dbtmetabase/manifest.py
dbtmetabase/metabase.py
sandbox/.env
sandbox/.gitignore
sandbox/Dockerfile
sandbox/README.md
sandbox/dbt_project.yml
sandbox/docker-compose.yml
sandbox/entrypoint.py
sandbox/profiles.yml
sandbox/metabase.db/metabase.db.mv.db
sandbox/models/.gitignore
sandbox/models/customers.sql
sandbox/models/orders.sql
sandbox/models/payments.sql
sandbox/models/schema.yml
sandbox/models/staging/schema.yml
sandbox/models/staging/stg_customers.sql
sandbox/models/staging/stg_orders.sql
sandbox/models/staging/stg_payments.sql
sandbox/postgres-initdb/init.sql
sandbox/seeds/raw_customers.csv
sandbox/seeds/raw_orders.csv
sandbox/seeds/raw_payments.csv
tests/__init__.py
tests/_mocks.py
tests/conftest.py
tests/test_exposures.py
tests/test_format.py
tests/test_manifest.py
tests/test_metabase.py
tests/test_models.py
tests/fixtures/manifest-v11-disabled.json
tests/fixtures/manifest-v12.json
tests/fixtures/manifest-v2.json
tests/fixtures/test_dump_yaml.yml
tests/fixtures/api/collection.json
tests/fixtures/api/database.json
tests/fixtures/api/table.json
tests/fixtures/api/card/27.json
tests/fixtures/api/card/28.json
tests/fixtures/api/card/29.json
tests/fixtures/api/card/30.json
tests/fixtures/api/card/31.json
tests/fixtures/api/card/32.json
tests/fixtures/api/card/33.json
tests/fixtures/api/collection/3/items.json
tests/fixtures/api/collection/root/items.json
tests/fixtures/api/dashboard/2.json
tests/fixtures/api/database/2/metadata.json
tests/fixtures/api/user/1.json
tests/fixtures/exposure/collection/our_analytics.yml
tests/fixtures/exposure/collection/коллекция.yml
tests/fixtures/exposure/default/exposures.yml
tests/fixtures/exposure/type/card/27.yml
tests/fixtures/exposure/type/card/28.yml
tests/fixtures/exposure/type/card/29.yml
tests/fixtures/exposure/type/card/30.yml
tests/fixtures/exposure/type/card/31.yml
tests/fixtures/exposure/type/card/32.yml
tests/fixtures/exposure/type/card/33.yml
tests/fixtures/exposure/type/dashboard/2.yml