Skip to content

Commit 8cdc27d

Browse files
committed
some golden file updates
1 parent 398450c commit 8cdc27d

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

metadata-ingestion-modules/airflow-plugin/tests/integration/goldens/v1_basic_iolets.json

+12
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,18 @@
499499
}
500500
}
501501
},
502+
{
503+
"entityType": "dataProcessInstance",
504+
"entityUrn": "urn:li:dataProcessInstance:5d666eaf9015a31b3e305e8bc2dba078",
505+
"changeType": "UPSERT",
506+
"aspectName": "dataPlatformInstance",
507+
"aspect": {
508+
"json": {
509+
"platform": "urn:li:dataPlatform:airflow",
510+
"instance": "urn:li:dataPlatformInstance:(urn:li:dataPlatform:airflow,prod)"
511+
}
512+
}
513+
},
502514
{
503515
"entityType": "dataset",
504516
"entityUrn": "urn:li:dataset:(urn:li:dataPlatform:snowflake,mydb.schema.tableA,PROD)",

metadata-ingestion-modules/airflow-plugin/tests/integration/goldens/v2_basic_iolets_no_dag_listener.json

+12
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,18 @@
338338
}
339339
}
340340
},
341+
{
342+
"entityType": "dataProcessInstance",
343+
"entityUrn": "urn:li:dataProcessInstance:5d666eaf9015a31b3e305e8bc2dba078",
344+
"changeType": "UPSERT",
345+
"aspectName": "dataPlatformInstance",
346+
"aspect": {
347+
"json": {
348+
"platform": "urn:li:dataPlatform:airflow",
349+
"instance": "urn:li:dataPlatformInstance:(urn:li:dataPlatform:airflow,prod)"
350+
}
351+
}
352+
},
341353
{
342354
"entityType": "dataset",
343355
"entityUrn": "urn:li:dataset:(urn:li:dataPlatform:snowflake,cloud.mydb.schema.tableC,PROD)",

metadata-ingestion-modules/airflow-plugin/tests/integration/goldens/v2_datahub_emitter_operator_jinja_template_dag_no_dag_listener.json

+12
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,18 @@
250250
}
251251
}
252252
},
253+
{
254+
"entityType": "dataProcessInstance",
255+
"entityUrn": "urn:li:dataProcessInstance:c3af9aae54b864f2542b99a50e0402e3",
256+
"changeType": "UPSERT",
257+
"aspectName": "dataPlatformInstance",
258+
"aspect": {
259+
"json": {
260+
"platform": "urn:li:dataPlatform:airflow",
261+
"instance": "urn:li:dataPlatformInstance:(urn:li:dataPlatform:airflow,prod)"
262+
}
263+
}
264+
},
253265
{
254266
"entityType": "dataProcessInstance",
255267
"entityUrn": "urn:li:dataProcessInstance:c3af9aae54b864f2542b99a50e0402e3",

0 commit comments

Comments
 (0)