Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Oct 7, 2021
1 parent db4c9e5 commit f7d5032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion plugins/flytekit-greatexpectations/tests/test_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/flytekit-greatexpectations/tests/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/flytekit-papermill/tests/testdata/nb-complex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit f7d5032

Please sign in to comment.