.dockerignore
.flake8
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
MANIFEST.in
PROJECT_SUMMARY.md
README.md
docker-compose.yml
pyproject.toml
./dbit/__init__.py
./dbit/cli.py
./dbit/cli_help.py
./dbit/database.py
./dbit/commands/__init__.py
./dbit/commands/connect.py
./dbit/commands/diff.py
./dbit/commands/disconnect.py
./dbit/commands/init.py
./dbit/commands/log.py
./dbit/commands/snapshot.py
./dbit/commands/status.py
./dbit/commands/verify.py
./dbit/utils/__init__.py
./dbit/utils/diff.py
./dbit/utils/rules.py
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
dbit/__init__.py
dbit/cli.py
dbit/cli_help.py
dbit/database.py
dbit.egg-info/PKG-INFO
dbit.egg-info/SOURCES.txt
dbit.egg-info/dependency_links.txt
dbit.egg-info/entry_points.txt
dbit.egg-info/requires.txt
dbit.egg-info/top_level.txt
dbit/commands/__init__.py
dbit/commands/connect.py
dbit/commands/diff.py
dbit/commands/disconnect.py
dbit/commands/init.py
dbit/commands/log.py
dbit/commands/snapshot.py
dbit/commands/status.py
dbit/commands/verify.py
dbit/utils/__init__.py
dbit/utils/diff.py
dbit/utils/rules.py
docs/CHANGELOG.md
docs/CODE_OF_CONDUCT.md
docs/CONTRIBUTING.md
providers/airflow/dags/dbit_production_pipeline.py
scripts/setup-dev.sh
tests/__init__.py
tests/test_cli.py
tests/commands/__init__.py
tests/commands/test_connect.py
tests/commands/test_disconnect.py
tests/commands/test_init.py
tests/commands/test_log.py
tests/commands/test_snapshot.py
tests/commands/test_status.py
tests/commands/test_verify.py