mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-29 08:29:09 +00:00
26 lines
1.0 KiB
JSON
26 lines
1.0 KiB
JSON
[{
|
|
"from": { "fqn":"bigquery_gcp.ecommerce_db.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.ecommerce_db.shopify.dim_address", "type": "table"}
|
|
},
|
|
{
|
|
"from": {"fqn":"bigquery_gcp.ecommerce_db.shopify.raw_order", "type": "table"},
|
|
"to": {"fqn":"sample_airflow.dim_product_etl", "type": "pipeline"}
|
|
},
|
|
{
|
|
"from": {"fqn":"bigquery_gcp.ecommerce_db.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.ecommerce_db.shopify.\"dim.product\"", "type": "table"}
|
|
},
|
|
{
|
|
"from": {"fqn": "sample_airflow.dim_product_etl", "type": "pipeline"},
|
|
"to": {"fqn":"bigquery_gcp.ecommerce_db.shopify.\"dim.product.variant\"", "type": "table"}
|
|
}
|
|
]
|