.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
Pipfile
Pipfile.lock
README.md
docker-compose.yml
pyproject.toml
setup.py
.github/workflows/main.yml
metabase/__init__.py
metabase/_version.py
metabase/exceptions.py
metabase/metabase.py
metabase/missing.py
metabase/resource.py
metabase/metabase_python.egg-info/PKG-INFO
metabase/metabase_python.egg-info/SOURCES.txt
metabase/metabase_python.egg-info/dependency_links.txt
metabase/metabase_python.egg-info/not-zip-safe
metabase/metabase_python.egg-info/requires.txt
metabase/metabase_python.egg-info/top_level.txt
metabase/resources/__init__.py
metabase/resources/dataset.py
metabase/resources/field.py
metabase/resources/metric.py
metabase/resources/permission_group.py
metabase/resources/permission_membership.py
metabase/resources/segment.py
metabase/resources/table.py
metabase/resources/user.py
tests/__init__.py
tests/helpers.py
tests/test_metabase.py
tests/test_resource.py
tests/resources/__init__.py
tests/resources/test_dataset.py
tests/resources/test_field.py
tests/resources/test_metric.py
tests/resources/test_permission_group.py
tests/resources/test_permission_membership.py
tests/resources/test_segment.py
tests/resources/test_table.py
tests/resources/test_user.py