Clubs Releases Products Data Lake Schema [Prior to Nov. 6, 2023]
- 06 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Clubs Releases Products Data Lake Schema [Prior to Nov. 6, 2023]
- Updated on 06 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
[
{
"Name": "tenant_id",
"Type": "string"
},
{
"Name": "release_id",
"Type": "string"
},
{
"Name": "quantity",
"Type": "int"
},
{
"Name": "updated_at",
"Type": "timestamp"
},
{
"Name": "club_option_id",
"Type": "string"
},
{
"Name": "product_id",
"Type": "string"
},
{
"Name": "created_at",
"Type": "timestamp"
},
{
"Name": "id",
"Type": "string"
},
{
"Name": "unit_price",
"Type": "decimal(38,0)"
},
{
"Name": "bc_product_id",
"Type": "bigint"
}
]
Was this article helpful?