Skip to content

Instantly share code, notes, and snippets.

@mshakhomirov
Created October 20, 2019 18:00
Show Gist options
  • Save mshakhomirov/c6817cca4fa2f5abbaf1fee49ed85367 to your computer and use it in GitHub Desktop.
Save mshakhomirov/c6817cca4fa2f5abbaf1fee49ed85367 to your computer and use it in GitHub Desktop.
- name: table_5
size: large
format: DF
columns: []
schema:
- name: "id"
type: "STRING"
mode: "NULLABLE"
- name: "first_name"
type: "STRING"
mode: "NULLABLE"
- name: "last_name"
type: "STRING"
mode: "NULLABLE"
- name: "dob"
type: "STRING"
mode: "NULLABLE"
- name: "addresses"
type: "STRING"
mode: "NULLABLE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment