Last active
February 3, 2025 20:06
-
-
Save justin2004/135353dbb7a16b76ba1d9342acc8f763 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name | height | |
|---|---|---|
| bob | 213 | |
| fred | 41 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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