2021-12-03 02:13:13 +01:00
|
|
|
{
|
|
|
|
"tables": [
|
|
|
|
{
|
|
|
|
"name": "sales",
|
|
|
|
"description": "Sales data",
|
|
|
|
"tableType": "Regular",
|
|
|
|
"columns": [
|
|
|
|
{
|
|
|
|
"name": "SKU",
|
|
|
|
"dataType": "NUMERIC",
|
|
|
|
"dataTypeDisplay": "numeric",
|
|
|
|
"description": "Article SKU",
|
|
|
|
"ordinalPosition": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Quantity",
|
|
|
|
"dataType": "NUMERIC",
|
|
|
|
"dataTypeDisplay": "numeric",
|
|
|
|
"description": "Quantity of SKU",
|
|
|
|
"ordinalPosition": 2
|
|
|
|
}
|
2025-03-14 11:42:51 +05:30
|
|
|
],
|
|
|
|
"sourceUrl": "https://www.glue.com/sales"
|
2022-03-07 17:27:14 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "marketing",
|
|
|
|
"description": "Marketing data",
|
|
|
|
"tableType": "Iceberg",
|
|
|
|
"columns": [
|
|
|
|
{
|
|
|
|
"name": "ad_id",
|
|
|
|
"dataType": "NUMERIC",
|
|
|
|
"dataTypeDisplay": "bigint",
|
|
|
|
"description": "Ad ID",
|
|
|
|
"ordinalPosition": 1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "campaign_id",
|
|
|
|
"dataType": "NUMERIC",
|
|
|
|
"dataTypeDisplay": "bigint",
|
|
|
|
"description": "campaign ID",
|
|
|
|
"ordinalPosition": 1
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Parameters": {
|
|
|
|
"table_type": "ICEBERG"
|
2025-03-14 11:42:51 +05:30
|
|
|
},
|
|
|
|
"sourceUrl": "https://www.glue.com/marketing"
|
2021-12-03 02:13:13 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|