mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
MINOR: Fix Entity Link Error (#15864)
This commit is contained in:
parent
aeaaea4720
commit
0c3e580592
@ -58,6 +58,13 @@ class TestEntityLink(TestCase):
|
|||||||
"comment",
|
"comment",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
EntityLinkTest(
|
||||||
|
"<#E::ingestionPipeline::fivetran_gcp.shopify.raw_product_catalog3>",
|
||||||
|
[
|
||||||
|
"ingestionPipeline",
|
||||||
|
"fivetran_gcp.shopify.raw_product_catalog3",
|
||||||
|
],
|
||||||
|
),
|
||||||
EntityLinkTest(
|
EntityLinkTest(
|
||||||
"<#E::table::bigquery_gcp.shopify.raw_product_catalog4::columns::comment::description>",
|
"<#E::table::bigquery_gcp.shopify.raw_product_catalog4::columns::comment::description>",
|
||||||
[
|
[
|
||||||
|
@ -78,6 +78,7 @@ ENTITY_TYPE
|
|||||||
| 'all'
|
| 'all'
|
||||||
| 'customMetric'
|
| 'customMetric'
|
||||||
| 'eventsubscription'
|
| 'eventsubscription'
|
||||||
|
| 'ingestionPipeline'
|
||||||
;
|
;
|
||||||
|
|
||||||
ENTITY_FIELD
|
ENTITY_FIELD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user