Skip to content

Instantly share code, notes, and snippets.

@justin2004
Last active February 3, 2025 20:06
Show Gist options
  • Select an option

  • Save justin2004/135353dbb7a16b76ba1d9342acc8f763 to your computer and use it in GitHub Desktop.

Select an option

Save justin2004/135353dbb7a16b76ba1d9342acc8f763 to your computer and use it in GitHub Desktop.
test
name height
bob 213
fred 41
{
"example": [
{
"name": "people",
"columns": [
{
"name": "name",
"type": "VARCHAR"
},
{
"name": "height",
"type": "BIGINT"
}
],
"sources": [ "https://gist.githubusercontent.com/justin2004/135353dbb7a16b76ba1d9342acc8f763/raw/fa9bf1b2375c9d3342aeb3be097dbe06596fa8e2/test.csv" ]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment