diff --git a/plugins/flytekit-greatexpectations/tests/great_expectations/great_expectations.yml b/plugins/flytekit-greatexpectations/tests/great_expectations/great_expectations.yml index 5a7d53661f..3db3cbf691 100644 --- a/plugins/flytekit-greatexpectations/tests/great_expectations/great_expectations.yml +++ b/plugins/flytekit-greatexpectations/tests/great_expectations/great_expectations.yml @@ -51,7 +51,7 @@ datasources: - year - month glob_directive: '*.csv' - my_sqlite_datasource: + sqlite_data: class_name: Datasource module_name: great_expectations.datasource execution_engine: diff --git a/plugins/flytekit-greatexpectations/tests/test_schema.py b/plugins/flytekit-greatexpectations/tests/test_schema.py index d162158669..3cbdaeb854 100644 --- a/plugins/flytekit-greatexpectations/tests/test_schema.py +++ b/plugins/flytekit-greatexpectations/tests/test_schema.py @@ -150,7 +150,7 @@ def my_wf(): def test_ge_schema_runtimebatchrequest_sqlite_config(): ge_config = GreatExpectationsFlyteConfig( - datasource_name="my_sqlite_datasource", + datasource_name="sqlite_data", expectation_suite_name="sqlite.movies", data_connector_name="sqlite_data_connector", data_asset_name="sqlite_data", diff --git a/plugins/flytekit-greatexpectations/tests/test_task.py b/plugins/flytekit-greatexpectations/tests/test_task.py index 0a46170ab6..9906085db1 100644 --- a/plugins/flytekit-greatexpectations/tests/test_task.py +++ b/plugins/flytekit-greatexpectations/tests/test_task.py @@ -89,7 +89,7 @@ def test_invalid_ge_batchrequest_pandas_config(): def test_ge_runtimebatchrequest_sqlite_config(): task_object = GreatExpectationsTask( name="test4", - datasource_name="my_sqlite_datasource", + datasource_name="sqlite_data", inputs=kwtypes(dataset=str), expectation_suite_name="sqlite.movies", data_connector_name="sqlite_data_connector", diff --git a/plugins/flytekit-papermill/tests/testdata/nb-complex.ipynb b/plugins/flytekit-papermill/tests/testdata/nb-complex.ipynb index 9907e2dddc..9a313020f1 100644 --- a/plugins/flytekit-papermill/tests/testdata/nb-complex.ipynb +++ b/plugins/flytekit-papermill/tests/testdata/nb-complex.ipynb @@ -125,4 +125,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} \ No newline at end of file +}