mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 18:36:49 +00:00
25 lines
944 B
JSON
25 lines
944 B
JSON
[{
|
|
"from": { "fqn":"bigquery_gcp.shopify.raw_customer", "type": "table"},
|
|
"to": { "fqn":"sample_airflow.dim_address_etl", "type": "pipeline"}
|
|
},
|
|
{
|
|
"from": {"fqn":"sample_airflow.dim_address_etl", "type": "pipeline"},
|
|
"to": {"fqn":"bigquery_gcp.shopify.dim_address", "type": "table"}
|
|
},
|
|
{
|
|
"from": {"fqn":"bigquery_gcp.shopify.raw_order", "type": "table"},
|
|
"to": {"fqn":"sample_airflow.dim_product_etl", "type": "pipeline"}
|
|
},
|
|
{
|
|
"from": {"fqn":"bigquery_gcp.shopify.raw_customer", "type": "table"},
|
|
"to": {"fqn":"sample_airflow.dim_product_etl", "type": "pipeline"}
|
|
},
|
|
{
|
|
"from": {"fqn":"sample_airflow.dim_product_etl", "type": "pipeline"},
|
|
"to": {"fqn":"bigquery_gcp.shopify.dim_product", "type": "table"}
|
|
},
|
|
{
|
|
"from": {"fqn": "sample_airflow.dim_product_etl", "type": "pipeline"},
|
|
"to": {"fqn":"bigquery_gcp.shopify.dim_product_variant", "type": "table"}
|
|
}
|
|
] |