From 418c1e315da1273fa5353864b34119203fae255b Mon Sep 17 00:00:00 2001 From: Dominik Jagoda Date: Thu, 6 Jun 2024 12:29:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20Renamed=20path=20from=20`prefect?= =?UTF-8?q?-viadot-test`=20to=20`prefect-test`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{prefect-viadot_tests => prefect_tests}/.env.example | 0 .../{prefect-viadot_tests => prefect_tests}/conftest.py | 0 .../flows/test_cloud_for_customers.py | 0 .../flows/test_exchange_rates.py | 0 .../flows/test_sap_to_redshift_spectrum.py | 0 .../flows/test_sharepoint_to_adls.py | 0 .../flows/test_sharepoint_to_redshift_spectrum.py | 0 .../flows/test_sharepoint_to_s3.py | 0 .../flows/test_transform_and_catalog.py | 0 .../integration/test_adls.py | 0 .../integration/test_databricks.py | 0 .../integration/test_dbt.py | 0 .../integration/test_exchange_rates_tasks.py | 0 .../integration/test_git.py | 0 .../integration/test_luma.py | 0 .../integration/test_redshift_spectrum.py | 0 .../integration/test_s3.py | 0 .../integration/test_sap_rfc.py | 0 .../integration/test_sharepoint_tasks.py | 0 .../{prefect-viadot_tests => prefect_tests}/pytest.ini | 0 .../resources/metadata/.luma/config.yaml | 0 .../resources/metadata/.luma/owners.yaml | 0 .../resources/metadata/model/catalog.json | 0 .../resources/metadata/model/manifest.json | 0 .../resources/metadata/model_run/run_results.json | 0 .../unit/config.yaml.example | 0 .../{prefect-viadot_tests => prefect_tests}/unit/test_git.py | 0 27 files changed, 0 insertions(+), 0 deletions(-) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/.env.example (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/conftest.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_cloud_for_customers.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_exchange_rates.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_sap_to_redshift_spectrum.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_sharepoint_to_adls.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_sharepoint_to_redshift_spectrum.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_sharepoint_to_s3.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/flows/test_transform_and_catalog.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_adls.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_databricks.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_dbt.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_exchange_rates_tasks.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_git.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_luma.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_redshift_spectrum.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_s3.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_sap_rfc.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/integration/test_sharepoint_tasks.py (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/pytest.ini (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/resources/metadata/.luma/config.yaml (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/resources/metadata/.luma/owners.yaml (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/resources/metadata/model/catalog.json (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/resources/metadata/model/manifest.json (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/resources/metadata/model_run/run_results.json (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/unit/config.yaml.example (100%) rename tests/orchestration/{prefect-viadot_tests => prefect_tests}/unit/test_git.py (100%) diff --git a/tests/orchestration/prefect-viadot_tests/.env.example b/tests/orchestration/prefect_tests/.env.example similarity index 100% rename from tests/orchestration/prefect-viadot_tests/.env.example rename to tests/orchestration/prefect_tests/.env.example diff --git a/tests/orchestration/prefect-viadot_tests/conftest.py b/tests/orchestration/prefect_tests/conftest.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/conftest.py rename to tests/orchestration/prefect_tests/conftest.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_cloud_for_customers.py b/tests/orchestration/prefect_tests/flows/test_cloud_for_customers.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_cloud_for_customers.py rename to tests/orchestration/prefect_tests/flows/test_cloud_for_customers.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_exchange_rates.py b/tests/orchestration/prefect_tests/flows/test_exchange_rates.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_exchange_rates.py rename to tests/orchestration/prefect_tests/flows/test_exchange_rates.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sap_to_redshift_spectrum.py b/tests/orchestration/prefect_tests/flows/test_sap_to_redshift_spectrum.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sap_to_redshift_spectrum.py rename to tests/orchestration/prefect_tests/flows/test_sap_to_redshift_spectrum.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_adls.py b/tests/orchestration/prefect_tests/flows/test_sharepoint_to_adls.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_adls.py rename to tests/orchestration/prefect_tests/flows/test_sharepoint_to_adls.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_redshift_spectrum.py b/tests/orchestration/prefect_tests/flows/test_sharepoint_to_redshift_spectrum.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_redshift_spectrum.py rename to tests/orchestration/prefect_tests/flows/test_sharepoint_to_redshift_spectrum.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_s3.py b/tests/orchestration/prefect_tests/flows/test_sharepoint_to_s3.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_s3.py rename to tests/orchestration/prefect_tests/flows/test_sharepoint_to_s3.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_transform_and_catalog.py b/tests/orchestration/prefect_tests/flows/test_transform_and_catalog.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_transform_and_catalog.py rename to tests/orchestration/prefect_tests/flows/test_transform_and_catalog.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_adls.py b/tests/orchestration/prefect_tests/integration/test_adls.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_adls.py rename to tests/orchestration/prefect_tests/integration/test_adls.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_databricks.py b/tests/orchestration/prefect_tests/integration/test_databricks.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_databricks.py rename to tests/orchestration/prefect_tests/integration/test_databricks.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_dbt.py b/tests/orchestration/prefect_tests/integration/test_dbt.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_dbt.py rename to tests/orchestration/prefect_tests/integration/test_dbt.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_exchange_rates_tasks.py b/tests/orchestration/prefect_tests/integration/test_exchange_rates_tasks.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_exchange_rates_tasks.py rename to tests/orchestration/prefect_tests/integration/test_exchange_rates_tasks.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_git.py b/tests/orchestration/prefect_tests/integration/test_git.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_git.py rename to tests/orchestration/prefect_tests/integration/test_git.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_luma.py b/tests/orchestration/prefect_tests/integration/test_luma.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_luma.py rename to tests/orchestration/prefect_tests/integration/test_luma.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_redshift_spectrum.py b/tests/orchestration/prefect_tests/integration/test_redshift_spectrum.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_redshift_spectrum.py rename to tests/orchestration/prefect_tests/integration/test_redshift_spectrum.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_s3.py b/tests/orchestration/prefect_tests/integration/test_s3.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_s3.py rename to tests/orchestration/prefect_tests/integration/test_s3.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_sap_rfc.py b/tests/orchestration/prefect_tests/integration/test_sap_rfc.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_sap_rfc.py rename to tests/orchestration/prefect_tests/integration/test_sap_rfc.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_sharepoint_tasks.py b/tests/orchestration/prefect_tests/integration/test_sharepoint_tasks.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_sharepoint_tasks.py rename to tests/orchestration/prefect_tests/integration/test_sharepoint_tasks.py diff --git a/tests/orchestration/prefect-viadot_tests/pytest.ini b/tests/orchestration/prefect_tests/pytest.ini similarity index 100% rename from tests/orchestration/prefect-viadot_tests/pytest.ini rename to tests/orchestration/prefect_tests/pytest.ini diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/config.yaml b/tests/orchestration/prefect_tests/resources/metadata/.luma/config.yaml similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/config.yaml rename to tests/orchestration/prefect_tests/resources/metadata/.luma/config.yaml diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/owners.yaml b/tests/orchestration/prefect_tests/resources/metadata/.luma/owners.yaml similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/owners.yaml rename to tests/orchestration/prefect_tests/resources/metadata/.luma/owners.yaml diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/model/catalog.json b/tests/orchestration/prefect_tests/resources/metadata/model/catalog.json similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/model/catalog.json rename to tests/orchestration/prefect_tests/resources/metadata/model/catalog.json diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/model/manifest.json b/tests/orchestration/prefect_tests/resources/metadata/model/manifest.json similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/model/manifest.json rename to tests/orchestration/prefect_tests/resources/metadata/model/manifest.json diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/model_run/run_results.json b/tests/orchestration/prefect_tests/resources/metadata/model_run/run_results.json similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/model_run/run_results.json rename to tests/orchestration/prefect_tests/resources/metadata/model_run/run_results.json diff --git a/tests/orchestration/prefect-viadot_tests/unit/config.yaml.example b/tests/orchestration/prefect_tests/unit/config.yaml.example similarity index 100% rename from tests/orchestration/prefect-viadot_tests/unit/config.yaml.example rename to tests/orchestration/prefect_tests/unit/config.yaml.example diff --git a/tests/orchestration/prefect-viadot_tests/unit/test_git.py b/tests/orchestration/prefect_tests/unit/test_git.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/unit/test_git.py rename to tests/orchestration/prefect_tests/unit/test_git.py