LICENSE
README.md
pyproject.toml
setup.py
tests/__init__.py
tests/conftest.py
tests/test_viadot.py
tests/integration/__init__.py
tests/integration/test_azuresql.py
tests/integration/test_azurestorage.py
tests/integration/test_cloud_for_customers.py
tests/integration/test_sharepoint.py
tests/integration/test_supermetrics.py
tests/integration/test_supermetrics_to_azuresql.py
tests/integration/test_uk_carbon_intensity.py
tests/integration/flows/__init__.py
tests/integration/flows/test_adls_to_azure_sql.py
tests/integration/flows/test_azure_sql_transform.py
tests/integration/flows/test_cloud_for_customers_report_to_adls.py
tests/integration/flows/test_supermetrics_to_adls.py
tests/integration/tasks/__init__.py
tests/integration/tasks/test_azure_blob_storage.py
tests/integration/tasks/test_azure_data_lake.py
tests/integration/tasks/test_azure_key_vault.py
tests/integration/tasks/test_azure_sql.py
tests/integration/tasks/test_bcp.py
tests/integration/tasks/test_cloud_for_customers.py
tests/integration/tasks/test_github.py
tests/integration/tasks/test_great_expectations.py
tests/unit/__init__.py
tests/unit/test_base.py
tests/unit/test_cloud_for_customers.py
tests/unit/test_credentials.py
tests/unit/test_sqlite.py
tests/unit/test_supermetrics.py
tests/unit/test_task_utils.py
tests/unit/tasks/__init__.py
tests/unit/tasks/test_azure_key_vault.py
tests/unit/tasks/test_great_expectations.py
tests/unit/tasks/test_sqlite.py
tests/unit/tasks/test_uk_carbon_intensity.py
viadot/__init__.py
viadot/config.py
viadot/exceptions.py
viadot/signals.py
viadot/task_utils.py
viadot/utils.py
viadot.egg-info/PKG-INFO
viadot.egg-info/SOURCES.txt
viadot.egg-info/dependency_links.txt
viadot.egg-info/top_level.txt
viadot/examples/__init__.py
viadot/examples/hello_world.py
viadot/examples/supermetrics_google_ads_extract.py
viadot/flows/__init__.py
viadot/flows/adls_container_to_container.py
viadot/flows/adls_gen1_to_azure_sql.py
viadot/flows/adls_gen1_to_azure_sql_new.py
viadot/flows/adls_gen1_to_gen2.py
viadot/flows/adls_to_azure_sql.py
viadot/flows/azure_sql_transform.py
viadot/flows/cloud_for_customers_report_to_adls.py
viadot/flows/flow_of_flows.py
viadot/flows/sharepoint_to_adls.py
viadot/flows/supermetrics_to_adls.py
viadot/flows/supermetrics_to_azure_sql.py
viadot/sources/__init__.py
viadot/sources/azure_blob_storage.py
viadot/sources/azure_data_lake.py
viadot/sources/azure_sql.py
viadot/sources/base.py
viadot/sources/cloud_for_customers.py
viadot/sources/sharepoint.py
viadot/sources/sqlite.py
viadot/sources/supermetrics.py
viadot/sources/uk_carbon_intensity.py
viadot/tasks/__init__.py
viadot/tasks/azure_blob_storage.py
viadot/tasks/azure_data_lake.py
viadot/tasks/azure_key_vault.py
viadot/tasks/azure_sql.py
viadot/tasks/bcp.py
viadot/tasks/cloud_for_customers.py
viadot/tasks/github.py
viadot/tasks/great_expectations.py
viadot/tasks/sharepoint.py
viadot/tasks/sqlite.py
viadot/tasks/supermetrics.py
viadot/tasks/open_apis/__init__.py
viadot/tasks/open_apis/uk_carbon_intensity.py