Clubs Memberships Data Lake Schema [Prior to Nov. 6, 2023]
- 06 Mar 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Clubs Memberships 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": "op",
"Type": "string"
},
{
"Name": "id",
"Type": "string"
},
{
"Name": "club_id",
"Type": "string"
},
{
"Name": "customer_id",
"Type": "string"
},
{
"Name": "human_id",
"Type": "int"
},
{
"Name": "start_date",
"Type": "timestamp"
},
{
"Name": "cancellation_date",
"Type": "timestamp"
},
{
"Name": "status",
"Type": "string"
},
{
"Name": "delivery_preference",
"Type": "string"
},
{
"Name": "primary_shipping_address_id",
"Type": "string"
},
{
"Name": "primary_billing_address_id",
"Type": "string"
},
{
"Name": "wine_preference",
"Type": "string"
},
{
"Name": "manual_processing_required",
"Type": "string"
},
{
"Name": "creation_channel",
"Type": "string"
},
{
"Name": "created_at",
"Type": "timestamp"
},
{
"Name": "updated_at",
"Type": "string"
},
{
"Name": "club_option_id",
"Type": "string"
},
{
"Name": "hard_deleted",
"Type": "boolean"
},
{
"Name": "tenant_id",
"Type": "string"
}
]
Was this article helpful?