25 lines
944 B
JSON
Raw Normal View History

[{
2021-11-28 15:55:42 +01:00
"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"},
2021-11-28 15:55:42 +01:00
"to": {"fqn":"bigquery_gcp.shopify.dim_address", "type": "table"}
},
{
2021-11-28 15:55:42 +01:00
"from": {"fqn":"bigquery_gcp.shopify.raw_order", "type": "table"},
"to": {"fqn":"sample_airflow.dim_product_etl", "type": "pipeline"}
},
{
2021-11-28 15:55:42 +01:00
"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"},
2021-11-28 15:55:42 +01:00
"to": {"fqn":"bigquery_gcp.shopify.dim_product", "type": "table"}
},
{
"from": {"fqn": "sample_airflow.dim_product_etl", "type": "pipeline"},
2021-11-28 15:55:42 +01:00
"to": {"fqn":"bigquery_gcp.shopify.dim_product_variant", "type": "table"}
}
]