Skip to content

Instantly share code, notes, and snippets.

@vianel
Created June 28, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vianel/9569eaf249bd9e25dc48f4ab5ac42a1a to your computer and use it in GitHub Desktop.
Save vianel/9569eaf249bd9e25dc48f4ab5ac42a1a to your computer and use it in GitHub Desktop.
{
"streams": [
{
"stream": "beers",
"tap_stream_id": "beers",
"schema": {
"type": "object",
"properties": {
"beer_event_id": {
"type": [
"null",
"string"
]
},
"drinking_session_id": {
"type": [
"null",
"string"
]
},
"user_id": {
"type": [
"null",
"string"
]
},
"beer": {
"type": [
"null",
"string"
]
},
"schmooziest_buzzword": {
"type": [
"null",
"string"
]
},
"best_thing_said": {
"type": [
"null",
"string"
]
},
"worst_thing_said": {
"type": [
"null",
"string"
]
},
"drunken_babble/0": {
"type": [
"null",
"string"
]
},
"drunken_babble/1": {
"type": [
"null",
"string"
]
},
"drunken_babble/2": {
"type": [
"null",
"string"
]
},
"likes": {
"type": [
"null",
"integer",
"string"
]
},
"beer_opened_time": {
"type": [
"null",
"string"
]
},
"_sdc_source_bucket": {
"type": "string"
},
"_sdc_source_file": {
"type": "string"
},
"_sdc_source_lineno": {
"type": "integer"
},
"_sdc_extra": {
"type": "array",
"items": {
"anyOf": [
{
"type": "object",
"properties": {}
},
{
"type": "string"
}
]
}
}
}
},
"metadata": [
{
"breadcrumb": [],
"metadata": {
"table-key-properties": [
"beer_event_id"
],
"selected":true
}
},
{
"breadcrumb": [
"properties",
"beer_event_id"
],
"metadata": {
"inclusion": "automatic"
}
},
{
"breadcrumb": [
"properties",
"drinking_session_id"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"user_id"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"beer"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"schmooziest_buzzword"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"best_thing_said"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"worst_thing_said"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"drunken_babble/0"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"drunken_babble/1"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"drunken_babble/2"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"likes"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"beer_opened_time"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"_sdc_source_bucket"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"_sdc_source_file"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"_sdc_source_lineno"
],
"metadata": {
"inclusion": "available"
}
},
{
"breadcrumb": [
"properties",
"_sdc_extra"
],
"metadata": {
"inclusion": "available"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment