MINOR: Fix Entity Link Error (#15864)

This commit is contained in:
Ayush Shah 2024-04-11 18:41:59 +05:30 committed by GitHub
parent aeaaea4720
commit 0c3e580592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -58,6 +58,13 @@ class TestEntityLink(TestCase):
"comment",
],
),
EntityLinkTest(
"<#E::ingestionPipeline::fivetran_gcp.shopify.raw_product_catalog3>",
[
"ingestionPipeline",
"fivetran_gcp.shopify.raw_product_catalog3",
],
),
EntityLinkTest(
"<#E::table::bigquery_gcp.shopify.raw_product_catalog4::columns::comment::description>",
[

View File

@ -78,6 +78,7 @@ ENTITY_TYPE
| 'all'
| 'customMetric'
| 'eventsubscription'
| 'ingestionPipeline'
;
ENTITY_FIELD