Introduction
What is sheetwork?
How to use sheetwork?
Quick & "Dirty"
$ sheetwork upload --sheet_key 123afakekey11 --schema sandbox --table my_tablesheetwork project & YAML configuration
sheets:
- sheet_name: test_sheet
sheet_key: 123afakekey
target_schema: sandbox
target_table: my_google_sheet
snake_case_camel: True
columns:
- name: col_numeric
datatype: numeric
- name: col_b
datatype: varchar
- name: renamed_col
identifier: "A long and dirty name"
excluded_columns: ['to_exclude', 'col_not_in_df_for_fun']Last updated
Was this helpful?