Skip to content

Commit

Permalink
ucl sales v1
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Jun 13, 2024
1 parent dd379d3 commit 4f56761
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 0 deletions.
Empty file.
Empty file.
56 changes: 56 additions & 0 deletions dags/oaebu_workflows/ucl_sales_telescope/schema/ucl_sales.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[
{
"description": "ISBN13 of the book.",
"mode": "REQUIRED",
"name": "ISBN13",
"type": "STRING"
},
{
"description": "Title of the book.",
"mode": "NULLABLE",
"name": "Title",
"type": "STRING"
},
{
"description": "Country of sale",
"mode": "REQUIRED",
"name": "Country",
"type": "STRING"
},
{
"description": "Number of items sold",
"mode": "NULLABLE",
"name": "Quantity",
"type": "INTEGER"
},
{
"description": "Sale type - free/paid/return",
"mode": "NULLABLE",
"name": "Sale_Type",
"type": "STRING"
},
{
"description": "Date of publication",
"mode": "NULLABLE",
"name": "Publication_Date",
"type": "DATE"
},
{
"description": "Year of sale",
"mode": "NULLABLE",
"name": "Year",
"type": "INTEGER"
},
{
"description": "Month of sale",
"mode": "NULLABLE",
"name": "Month",
"type": "INTEGER"
},
{
"mode": "REQUIRED",
"name": "release_date",
"type": "DATE",
"description": "Last day of the release month. Table is partitioned on this column."
}
]
Loading

0 comments on commit 4f56761

Please sign in to comment.