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_bigquery.py
tests/integration/test_cloud_for_customers.py
tests/integration/test_epicor.py
tests/integration/test_mysql.py
tests/integration/test_outlook.py
tests/integration/test_salesforce.py
tests/integration/test_sap_rfc.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_gen1_to_azure_sql.py
tests/integration/flows/test_adls_gen1_to_azure_sql_new.py
tests/integration/flows/test_adls_gen1_to_gen2.py
tests/integration/flows/test_adls_to_azure_sql.py
tests/integration/flows/test_aselite_to_adls.py
tests/integration/flows/test_azure_sql_transform.py
tests/integration/flows/test_bigquery_to_adls.py
tests/integration/flows/test_cloud_for_customers_report_to_adls.py
tests/integration/flows/test_duck_transform.py
tests/integration/flows/test_duckdb_to_sql_server.py
tests/integration/flows/test_duckdb_transform.py
tests/integration/flows/test_epicor_to_duckdb.py
tests/integration/flows/test_flow_of_flows.py
tests/integration/flows/test_multiple_flows.py
tests/integration/flows/test_mysql_to_adls.py
tests/integration/flows/test_sap_rfc_to_adls.py
tests/integration/flows/test_sap_to_duckdb.py
tests/integration/flows/test_sharepoint_to_adls.py
tests/integration/flows/test_sql_server_to_duckdb.py
tests/integration/flows/test_supermetrics_to_adls.py
tests/integration/flows/test_supermetrics_to_azure_sql.py
tests/integration/tasks/__init__.py
tests/integration/tasks/test_aselite.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_bigquery.py
tests/integration/tasks/test_cloud_for_customers.py
tests/integration/tasks/test_duckdb.py
tests/integration/tasks/test_epicor.py
tests/integration/tasks/test_github.py
tests/integration/tasks/test_great_expectations.py
tests/integration/tasks/test_prefect.py
tests/integration/tasks/test_salesforce.py
tests/integration/tasks/test_sap_rfc_to_df.py
tests/integration/tasks/test_sql_server.py
tests/integration/tasks/test_sqlite_insert.py
tests/integration/tasks/test_task_utils.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_duckdb.py
tests/unit/test_sqlite.py
tests/unit/test_supermetrics.py
tests/unit/test_task_utils.py
tests/unit/test_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/aselite_to_adls.py
viadot/flows/azure_sql_transform.py
viadot/flows/bigquery_to_adls.py
viadot/flows/cloud_for_customers_report_to_adls.py
viadot/flows/duckdb_to_sql_server.py
viadot/flows/duckdb_transform.py
viadot/flows/epicor_to_duckdb.py
viadot/flows/flow_of_flows.py
viadot/flows/multiple_flows.py
viadot/flows/mysql_to_adls.py
viadot/flows/outlook_to_adls.py
viadot/flows/sap_rfc_to_adls.py
viadot/flows/sap_to_duckdb.py
viadot/flows/sharepoint_to_adls.py
viadot/flows/sql_server_to_duckdb.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/bigquery.py
viadot/sources/cloud_for_customers.py
viadot/sources/duckdb.py
viadot/sources/epicor.py
viadot/sources/mysql.py
viadot/sources/outlook.py
viadot/sources/salesforce.py
viadot/sources/sap_rfc.py
viadot/sources/sharepoint.py
viadot/sources/sql_server.py
viadot/sources/sqlite.py
viadot/sources/supermetrics.py
viadot/sources/uk_carbon_intensity.py
viadot/tasks/__init__.py
viadot/tasks/aselite.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/bigquery.py
viadot/tasks/cloud_for_customers.py
viadot/tasks/duckdb.py
viadot/tasks/epicor.py
viadot/tasks/github.py
viadot/tasks/great_expectations.py
viadot/tasks/mysql_to_df.py
viadot/tasks/outlook.py
viadot/tasks/prefect_date_range.py
viadot/tasks/salesforce.py
viadot/tasks/sap_rfc.py
viadot/tasks/sharepoint.py
viadot/tasks/sql_server.py
viadot/tasks/sqlite.py
viadot/tasks/supermetrics.py
viadot/tasks/open_apis/__init__.py
viadot/tasks/open_apis/uk_carbon_intensity.py