Metadata-Version: 2.1
Name: cortex-data-product-sdk
Version: 0.3.96
Summary: Cortex Data Product SDK
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Cortex Data Product SDK

## Schema

### Bronze

```json
{
  "data_type": "",
  "catalog_name": "",
  "data_pack_name": "",
  "database_name": "",
  "dataset_name": "",
  "table_fields": [
    {
      "name": "",
      "nullable": true,
      "type": ""
    }
  ],
  "table_modifiers": [
    ""
  ],
  "table_name": "",
  "table_owner": "",
  "table_properties": {
    "": ""
  },
  "table_selectors": [
    ""
  ]
}
```
