busy-airport-23391
08/29/2022, 7:57 PMbusy-airport-23391
08/29/2022, 8:10 PMbusy-airport-23391
08/30/2022, 6:04 PMbusy-airport-23391
08/30/2022, 7:14 PMbusy-airport-23391
08/30/2022, 7:37 PMdef assertionUrn(info: AssertionInfo) -> str:
urn = builder.make_assertion_urn(
builder.datahub_guid(
{
"dataset": info.datasetAssertion.dataset,
"scope": info.datasetAssertion.scope,
"fields": info.datasetAssertion.fields,
"aggregation": info.datasetAssertion.aggregation,
"operator": info.datasetAssertion.operator,
}
)
)
print(urn)
return urn
little-megabyte-1074