Whiskeys Data Contract
Information
- 
Version: 0.0.1
 - 
Description: List of whiskies
 - 
Links:
 
Servers
| Server | Type | Catalog | Schema | 
|---|---|---|---|
| Production | databricks | main | whiskey | 
Models
Whiskeys
- 
Description: List of whiskies
 - 
Type: table
 
| Name | Description | Type | Required | Primary Key | Unique | Examples | Enum | PII | Classification | Quality | Tags | Minimum | Maximum | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| whiskey_name | string | Yes | No | Yes | Details | Expand | |||||||
| country | string | Yes | No | No | Details | Expand
  | |||||||
| last_updated | timestamp | Yes | No | No | Details | Expand | 
View Example Data
whiskey_name,country,last_updated
Jamesons,Ireland,2024-01-01 12:00:00
Jack Daniels,USA,2024-01-01 12:00:00
Glenfiddich,Scotland,2024-01-01 12:00:00
Bushmills,Ireland,2024-01-01 12:00:00
Penderyn,Wales,2024-01-01 12:00:00       
Distilleries
- 
Description: List of distilleries
 - 
Type: table
 
| Name | Description | Type | Required | Primary Key | Unique | Examples | Enum | PII | Classification | Quality | Tags | Minimum | Maximum | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| distillery_name | string | Yes | No | Yes | Details | Expand | |||||||
| last_updated | timestamp | Yes | No | No | Details | Expand | 
View Example Data
whiskey_name,last_updated
Penderyn,2024-01-01 12:00:00
Glenmorangie,2024-01-01 12:00:00