.gitignore
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
requirements-test.txt
requirements.txt
setup.py
.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/requires.txt
dbt_metabase.egg-info/top_level.txt
dbtmetabase/__init__.py
dbtmetabase/_version.py
dbtmetabase/metabase.py
dbtmetabase/utils.py
dbtmetabase/bin/dbt-metabase
dbtmetabase/logger/__init__.py
dbtmetabase/logger/logging.py
dbtmetabase/models/__init__.py
dbtmetabase/models/config.py
dbtmetabase/models/exceptions.py
dbtmetabase/models/interface.py
dbtmetabase/models/metabase.py
dbtmetabase/parsers/__init__.py
dbtmetabase/parsers/dbt_folder.py
dbtmetabase/parsers/dbt_manifest.py
tests/__init__.py
tests/test_dbt_parsers.py
tests/test_metabase.py
tests/utils_mb_test_suite.py
tests/fixtures/exposure/.gitignore
tests/fixtures/exposure/baseline_test_exposures.yml
tests/fixtures/lookups/field_lookups.json
tests/fixtures/lookups/table_lookups.json
tests/fixtures/mock_api/api/card.json
tests/fixtures/mock_api/api/collection.json
tests/fixtures/mock_api/api/dashboard.json
tests/fixtures/mock_api/api/database.json
tests/fixtures/mock_api/api/metric.json
tests/fixtures/mock_api/api/table.json
tests/fixtures/mock_api/api/user.json
tests/fixtures/mock_api/api/card/1.json
tests/fixtures/mock_api/api/card/10.json
tests/fixtures/mock_api/api/card/11.json
tests/fixtures/mock_api/api/card/12.json
tests/fixtures/mock_api/api/card/13.json
tests/fixtures/mock_api/api/card/14.json
tests/fixtures/mock_api/api/card/15.json
tests/fixtures/mock_api/api/card/16.json
tests/fixtures/mock_api/api/card/17.json
tests/fixtures/mock_api/api/card/2.json
tests/fixtures/mock_api/api/card/3.json
tests/fixtures/mock_api/api/card/4.json
tests/fixtures/mock_api/api/card/5.json
tests/fixtures/mock_api/api/card/6.json
tests/fixtures/mock_api/api/card/7.json
tests/fixtures/mock_api/api/card/8.json
tests/fixtures/mock_api/api/card/9.json
tests/fixtures/mock_api/api/collection/1.json
tests/fixtures/mock_api/api/collection/2.json
tests/fixtures/mock_api/api/collection/3.json
tests/fixtures/mock_api/api/collection/2/items.json
tests/fixtures/mock_api/api/collection/3/items.json
tests/fixtures/mock_api/api/collection/root/items.json
tests/fixtures/mock_api/api/dashboard/1.json
tests/fixtures/mock_api/api/database/2.json
tests/fixtures/mock_api/api/database/2/metadata.json
tests/fixtures/mock_api/api/field/37.json
tests/fixtures/mock_api/api/field/38.json
tests/fixtures/mock_api/api/field/39.json
tests/fixtures/mock_api/api/field/40.json
tests/fixtures/mock_api/api/field/41.json
tests/fixtures/mock_api/api/field/42.json
tests/fixtures/mock_api/api/field/43.json
tests/fixtures/mock_api/api/field/44.json
tests/fixtures/mock_api/api/field/45.json
tests/fixtures/mock_api/api/field/46.json
tests/fixtures/mock_api/api/field/47.json
tests/fixtures/mock_api/api/field/48.json
tests/fixtures/mock_api/api/field/49.json
tests/fixtures/mock_api/api/field/50.json
tests/fixtures/mock_api/api/field/51.json
tests/fixtures/mock_api/api/field/52.json
tests/fixtures/mock_api/api/field/53.json
tests/fixtures/mock_api/api/field/54.json
tests/fixtures/mock_api/api/field/55.json
tests/fixtures/mock_api/api/field/56.json
tests/fixtures/mock_api/api/field/57.json
tests/fixtures/mock_api/api/field/58.json
tests/fixtures/mock_api/api/field/59.json
tests/fixtures/mock_api/api/field/60.json
tests/fixtures/mock_api/api/field/61.json
tests/fixtures/mock_api/api/field/62.json
tests/fixtures/mock_api/api/field/63.json
tests/fixtures/mock_api/api/field/64.json
tests/fixtures/mock_api/api/field/65.json
tests/fixtures/mock_api/api/field/66.json
tests/fixtures/mock_api/api/field/67.json
tests/fixtures/mock_api/api/field/68.json
tests/fixtures/mock_api/api/field/69.json
tests/fixtures/mock_api/api/field/70.json
tests/fixtures/mock_api/api/field/71.json
tests/fixtures/mock_api/api/field/72.json
tests/fixtures/mock_api/api/field/73.json
tests/fixtures/mock_api/api/field/74.json
tests/fixtures/mock_api/api/table/10.json
tests/fixtures/mock_api/api/table/11.json
tests/fixtures/mock_api/api/table/12.json
tests/fixtures/mock_api/api/table/5.json
tests/fixtures/mock_api/api/table/6.json
tests/fixtures/mock_api/api/table/7.json
tests/fixtures/mock_api/api/table/8.json
tests/fixtures/mock_api/api/table/9.json
tests/fixtures/mock_api/api/user/1.json
tests/fixtures/sample_project/.gitignore
tests/fixtures/sample_project/LICENSE
tests/fixtures/sample_project/README.md
tests/fixtures/sample_project/dbt_project.yml
tests/fixtures/sample_project/data/.gitkeep
tests/fixtures/sample_project/data/raw_customers.csv
tests/fixtures/sample_project/data/raw_orders.csv
tests/fixtures/sample_project/data/raw_payments.csv
tests/fixtures/sample_project/etc/dbdiagram_definition.txt
tests/fixtures/sample_project/etc/jaffle_shop_erd.png
tests/fixtures/sample_project/models/customers.sql
tests/fixtures/sample_project/models/docs.md
tests/fixtures/sample_project/models/orders.sql
tests/fixtures/sample_project/models/overview.md
tests/fixtures/sample_project/models/schema.yml
tests/fixtures/sample_project/models/staging/schema.yml
tests/fixtures/sample_project/models/staging/stg_customers.sql
tests/fixtures/sample_project/models/staging/stg_orders.sql
tests/fixtures/sample_project/models/staging/stg_payments.sql
tests/fixtures/sample_project/target/graph.gpickle
tests/fixtures/sample_project/target/manifest.json
tests/fixtures/sample_project/target/partial_parse.msgpack
tests/fixtures/sample_project/target/run_results.json
tests/fixtures/sample_project/target/compiled/jaffle_shop/models/customers.sql
tests/fixtures/sample_project/target/compiled/jaffle_shop/models/orders.sql
tests/fixtures/sample_project/target/compiled/jaffle_shop/models/staging/stg_customers.sql
tests/fixtures/sample_project/target/compiled/jaffle_shop/models/staging/stg_orders.sql
tests/fixtures/sample_project/target/compiled/jaffle_shop/models/staging/stg_payments.sql
tests/fixtures/sample_project/target/run/jaffle_shop/models/customers.sql
tests/fixtures/sample_project/target/run/jaffle_shop/models/orders.sql
tests/fixtures/sample_project/target/run/jaffle_shop/models/staging/stg_customers.sql
tests/fixtures/sample_project/target/run/jaffle_shop/models/staging/stg_orders.sql
tests/fixtures/sample_project/target/run/jaffle_shop/models/staging/stg_payments.sql