big-carpet-38439
07/08/2021, 1:41 PMmammoth-bear-12532
07/13/2021, 3:38 AMmammoth-bear-12532
07/23/2021, 7:30 AMhandsome-belgium-11927
09/17/2021, 11:04 AMmammoth-sugar-1353
09/20/2021, 8:07 AMCompleteness
, Maximum
etc terms would be really useful. It would give a simple way for quality measures to be compared between datasets.
For it to work, they would need to line up with GE's equivalent. Full list from DQ here >>>fancy-fireman-15263
11/17/2021, 12:14 PMsalmon-rose-54694
02/10/2022, 12:10 PMgifted-bird-57147
05/17/2022, 5:45 PMbroad-article-1339
10/18/2022, 4:46 PMwarn
type?little-lunch-35136
01/11/2023, 6:23 PMlittle-lunch-35136
01/26/2023, 6:05 AMsnowflake://<USER_NAME>:<PASSWORD>@<ACCOUNT_NAME>/<DATABASE_NAME>/<SCHEMA_NAME>?warehouse=<WAREHOUSE_NAME>&role=<ROLE_NAME>&application=great_expectations_oss
CONNECTION_STRING = f"snowflake://{sfUser}:{sfPswd}@{sfAccount}/DEV_ODS_DB/CBS_ODS?warehouse={wh}&role={role}&application=great_expectations_oss"
dbname is DEV_ODS_DB and schema is CBS_ODS.
Everything runs and gx datahub action successful, but NO assertion attached to table, further investigating seems the URN which gx sending to datahub is following
urn:li:dataPlatform:snowflake,dev_ods_db/cbs_ods.cbs_ods.building_info,PROD)
instead of this as it is showing in datahub
urn:li:dataPlatform:snowflake,dev_ods_db.cbs_ods.building_info,PROD
so seems datahub action is mistaking two parts DEV_ODS_DB/CBS_ODS as the database name. Is this bug or some config I missed? thanks.
Posted in #ingestiongorgeous-tent-62316
02/07/2023, 5:03 PMbest-umbrella-88325
02/20/2023, 3:59 PMbest-umbrella-88325
02/20/2023, 3:59 PMloud-island-88694
02/20/2023, 4:29 PMhundreds-photographer-13496
02/21/2023, 7:47 AMdef assertionUrn
), your problem will get solved.best-umbrella-88325
02/21/2023, 7:48 AMdef assertionUrn(info: AssertionInfo,validationName) -> str:
return "urn:li:assertion:assertionInfo"+validationName.replace(" ","_")
hundreds-photographer-13496
02/21/2023, 7:49 AMbest-umbrella-88325
02/21/2023, 8:04 AMhundreds-photographer-13496
02/21/2023, 12:22 PM