From cd37a34225842083b3ef613315459d7b965e45a3 Mon Sep 17 00:00:00 2001 From: Adrian Kuepker Date: Fri, 23 Feb 2024 09:32:21 -0800 Subject: [PATCH 1/5] Run workflow From 3e6b90a6a8caa7b9fa2feadda71518034abde468 Mon Sep 17 00:00:00 2001 From: Adrian Kuepker Date: Fri, 23 Feb 2024 09:47:02 -0800 Subject: [PATCH 2/5] Added order details data contract --- contracts/order_details.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contracts/order_details.yaml diff --git a/contracts/order_details.yaml b/contracts/order_details.yaml new file mode 100644 index 0000000..c54013f --- /dev/null +++ b/contracts/order_details.yaml @@ -0,0 +1,23 @@ +id: 7b7eabe6-a52a-4e19-8bf3-9015eadbbed0 +dataAssetResourceName: postgres://prod.store.com:5432:tutorial.public.order_details +spec-version: 0.1.0 +name: OrderDetails +namespace: Tutorial +doc: Details of items for an order. Each row represents the different items that were part of an order including their quantity and price. +owner: chadgable@gable.ai +schema: + - name: order_id + doc: The identifier of the order the item is associated with + type: int32 + - name: product_id + doc: The identifier of the product that was ordered + type: int32 + - name: quantity + doc: The quantity of the product in the order + type: int32 + - name: total_price + doc: The total price of the item in the order + type: decimal256 + - name: vendor_id + doc: The identifier of the vendor that the product was ordered from + type: int32 From 3483ca3b1a02063bface766d3d55ec7bf2a7881b Mon Sep 17 00:00:00 2001 From: Adrian Kuepker Date: Wed, 13 Mar 2024 16:48:20 -0700 Subject: [PATCH 3/5] Run workflow From f2a60b353b66a63bf4f02038bd79ce833496dad2 Mon Sep 17 00:00:00 2001 From: Adrian Kuepker Date: Wed, 13 Mar 2024 16:51:09 -0700 Subject: [PATCH 4/5] reset main --- contracts/order_details.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 contracts/order_details.yaml diff --git a/contracts/order_details.yaml b/contracts/order_details.yaml deleted file mode 100644 index c54013f..0000000 --- a/contracts/order_details.yaml +++ /dev/null @@ -1,23 +0,0 @@ -id: 7b7eabe6-a52a-4e19-8bf3-9015eadbbed0 -dataAssetResourceName: postgres://prod.store.com:5432:tutorial.public.order_details -spec-version: 0.1.0 -name: OrderDetails -namespace: Tutorial -doc: Details of items for an order. Each row represents the different items that were part of an order including their quantity and price. -owner: chadgable@gable.ai -schema: - - name: order_id - doc: The identifier of the order the item is associated with - type: int32 - - name: product_id - doc: The identifier of the product that was ordered - type: int32 - - name: quantity - doc: The quantity of the product in the order - type: int32 - - name: total_price - doc: The total price of the item in the order - type: decimal256 - - name: vendor_id - doc: The identifier of the vendor that the product was ordered from - type: int32 From 660932b9c649d4f2d6613cfc5c1b7f9f7ce614e6 Mon Sep 17 00:00:00 2001 From: Adrian Kuepker Date: Wed, 13 Mar 2024 16:54:31 -0700 Subject: [PATCH 5/5] add order details contract --- contracts/order_details.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 contracts/order_details.yaml diff --git a/contracts/order_details.yaml b/contracts/order_details.yaml new file mode 100644 index 0000000..c54013f --- /dev/null +++ b/contracts/order_details.yaml @@ -0,0 +1,23 @@ +id: 7b7eabe6-a52a-4e19-8bf3-9015eadbbed0 +dataAssetResourceName: postgres://prod.store.com:5432:tutorial.public.order_details +spec-version: 0.1.0 +name: OrderDetails +namespace: Tutorial +doc: Details of items for an order. Each row represents the different items that were part of an order including their quantity and price. +owner: chadgable@gable.ai +schema: + - name: order_id + doc: The identifier of the order the item is associated with + type: int32 + - name: product_id + doc: The identifier of the product that was ordered + type: int32 + - name: quantity + doc: The quantity of the product in the order + type: int32 + - name: total_price + doc: The total price of the item in the order + type: decimal256 + - name: vendor_id + doc: The identifier of the vendor that the product was ordered from + type: int32