Signature for new task
This commit is contained in:
parent
814a376e02
commit
5b97864e8d
1 changed files with 9 additions and 0 deletions
|
|
@ -60,6 +60,15 @@ def run_data_test_on_mysql(
|
||||||
|
|
||||||
return results
|
return results
|
||||||
|
|
||||||
|
@task()
|
||||||
|
def run_data_test_on_trino(
|
||||||
|
name: str,
|
||||||
|
trino_credentials: dict,
|
||||||
|
query: str,
|
||||||
|
expectation_configurations: List[ExpectationConfiguration],
|
||||||
|
great_expectations_s3_bucket: str = DEFAULT_GREAT_EXPECTATIONS_S3_BUCKET,
|
||||||
|
) -> dict:
|
||||||
|
raise NotImplementedError("WIP")
|
||||||
|
|
||||||
def _create_in_memory_data_context_for_mysql(
|
def _create_in_memory_data_context_for_mysql(
|
||||||
mysql_credentials: dict,
|
mysql_credentials: dict,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue