Skip to content

Commit 2898c28

Browse files
committed
Create a smaller cycle
Signed-off-by: John Lukenoff <johnlukenoff@asana.com>
1 parent 76965ea commit 2898c28

1 file changed

Lines changed: 6 additions & 141 deletions

File tree

docker/metadata.json

Lines changed: 6 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -610,147 +610,6 @@
610610
}
611611
}
612612
},
613-
"inputs": [
614-
{
615-
"namespace": "food_delivery",
616-
"name": "public.top_delivery_times",
617-
"facets": {
618-
"columnLineage": {
619-
"_producer": "https://github.com/MarquezProject/marquez/blob/main/docker/metadata.json",
620-
"_schemaURL": "https://openlineage.io/spec/facets/1-0-1/ColumnLineageDatasetFacet.json",
621-
"fields": {
622-
"order_id": {
623-
"inputFields": [
624-
{
625-
"namespace": "food_delivery",
626-
"name": "public.delivery_7_days",
627-
"field": "order_id"
628-
}
629-
]
630-
},
631-
"order_placed_on": {
632-
"inputFields": [
633-
{
634-
"namespace": "food_delivery",
635-
"name": "public.delivery_7_days",
636-
"field": "order_placed_on"
637-
}
638-
]
639-
},
640-
"order_delivered_on": {
641-
"inputFields": [
642-
{
643-
"namespace": "food_delivery",
644-
"name": "public.delivery_7_days",
645-
"field": "order_delivered_on"
646-
}
647-
]
648-
},
649-
"order_delivery_time": {
650-
"inputFields": [
651-
{
652-
"namespace": "food_delivery",
653-
"name": "public.delivery_7_days",
654-
"field": "order_placed_on"
655-
},
656-
{
657-
"namespace": "food_delivery",
658-
"name": "public.delivery_7_days",
659-
"field": "order_delivered_on"
660-
}
661-
]
662-
},
663-
"customer_email": {
664-
"inputFields": [
665-
{
666-
"namespace": "food_delivery",
667-
"name": "public.delivery_7_days",
668-
"field": "customer_email"
669-
}
670-
]
671-
},
672-
"restaurant_id": {
673-
"inputFields": [
674-
{
675-
"namespace": "food_delivery",
676-
"name": "public.delivery_7_days",
677-
"field": "restaurant_id"
678-
}
679-
]
680-
},
681-
"driver_id": {
682-
"inputFields": [
683-
{
684-
"namespace": "food_delivery",
685-
"name": "public.delivery_7_days",
686-
"field": "driver_id"
687-
}
688-
]
689-
}
690-
}
691-
},
692-
"documentation": {
693-
"_producer": "https://github.com/MarquezProject/marquez/blob/main/docker/metadata.json",
694-
"_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DocumentationDatasetFacet.json",
695-
"description": "A table for top delivery times."
696-
},
697-
"schema": {
698-
"_producer": "https://github.com/MarquezProject/marquez/blob/main/docker/metadata.json",
699-
"_schemaURL": "https://openlineage.io/spec/facets/1-0-0/SchemaDatasetFacet.json",
700-
"fields": [
701-
{
702-
"name": "order_id",
703-
"type": "INTEGER",
704-
"tags": [],
705-
"description": "The ID of the order."
706-
},
707-
{
708-
"name": "order_placed_on",
709-
"type": "TIMESTAMP",
710-
"tags": [],
711-
"description": "An ISO-8601 timestamp representing the date/time the order was placed."
712-
},
713-
{
714-
"name": "order_delivered_on",
715-
"type": "TIMESTAMP",
716-
"tags": [],
717-
"description": "An ISO-8601 timestamp representing the date/time the order was delivered."
718-
},
719-
{
720-
"name": "order_delivery_time",
721-
"type": "TIMESTAMP",
722-
"tags": [],
723-
"description": "An ISO-8601 timestamp representing the total time of delivery."
724-
},
725-
{
726-
"name": "customer_email",
727-
"type": "VARCHAR",
728-
"tags": [],
729-
"description": "The email address of the customer."
730-
},
731-
{
732-
"name": "restaurant_id",
733-
"type": "INTEGER",
734-
"tags": [],
735-
"description": "The ID of the restaurant related to the order."
736-
},
737-
{
738-
"name": "driver_id",
739-
"type": "INTEGER",
740-
"tags": [],
741-
"description": "The ID of the driver related to the order."
742-
}
743-
]
744-
},
745-
"dataSource": {
746-
"_producer": "https://github.com/MarquezProject/marquez/blob/main/docker/metadata.json",
747-
"_schemaURL": "https://openlineage.io/spec/facets/1-0-0/DatasourceDatasetFacet.json",
748-
"name": "food_delivery_db",
749-
"uri": "postgres://food_delivery:food_delivery@postgres:5432/food_delivery"
750-
}
751-
}
752-
}
753-
],
754613
"outputs": [
755614
{
756615
"namespace": "food_delivery",
@@ -1104,6 +963,12 @@
1104963
}
1105964
}
1106965
},
966+
"inputs": [
967+
{
968+
"namespace": "food_delivery",
969+
"name": "public.restaurants"
970+
}
971+
],
1107972
"outputs": [
1108973
{
1109974
"namespace": "food_delivery",

0 commit comments

Comments
 (0)