README.md
pyproject.toml
driftmon/__init__.py
driftmon/cli.py
driftmon/config.py
driftmon/utils.py
driftmon.egg-info/PKG-INFO
driftmon.egg-info/SOURCES.txt
driftmon.egg-info/dependency_links.txt
driftmon.egg-info/entry_points.txt
driftmon.egg-info/requires.txt
driftmon.egg-info/top_level.txt
driftmon/alerts/email_alert.py
driftmon/alerts/slack_alert.py
driftmon/connector/__init__.py
driftmon/connector/bigquery_connector.py
driftmon/connector/mysql_connector.py
driftmon/connector/postgres_connector.py
driftmon/connector/snowflake_connector.py
driftmon/dashboard/__init__.py
driftmon/dashboard/launch_dashboard.py
driftmon/dashboard/main.py
driftmon/dashboard/overview.py
driftmon/dashboard/tables_dashboard.py
driftmon/detect/__init__.py
driftmon/detect/drift_detector.py
driftmon/detect/monitoring.py
driftmon/detect/profiler.py
tests/test_alerting.py
tests/test_bigquery_connector.py
tests/test_other_connectors.py
tests/test_profiler.py