Clubs Releases Data Lake Schema [Prior to Nov. 6, 2023]
  • 06 Mar 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Clubs Releases Data Lake Schema [Prior to Nov. 6, 2023]

  • Dark
    Light
  • PDF

Article summary

[
  {
    "Name": "op",
    "Type": "string"
  },
  {
    "Name": "id",
    "Type": "string"
  },
  {
    "Name": "club_id",
    "Type": "string"
  },
  {
    "Name": "human_id",
    "Type": "int"
  },
  {
    "Name": "name",
    "Type": "string"
  },
  {
    "Name": "description",
    "Type": "string"
  },
  {
    "Name": "shipment_date",
    "Type": "timestamp"
  },
  {
    "Name": "qualification_date",
    "Type": "timestamp"
  },
  {
    "Name": "allow_pickup",
    "Type": "string"
  },
  {
    "Name": "allow_shipping",
    "Type": "string"
  },
  {
    "Name": "products_count",
    "Type": "int"
  },
  {
    "Name": "created_at",
    "Type": "timestamp"
  },
  {
    "Name": "updated_at",
    "Type": "string"
  },
  {
    "Name": "draft_order_generating",
    "Type": "string"
  },
  {
    "Name": "hard_deleted",
    "Type": "boolean"
  },
  {
    "Name": "tenant_id",
    "Type": "string"
  }
]

Was this article helpful?