Skip to content
/ JDBC Public

linking spreadsheet to Google Cloud SQL & APIs

Notifications You must be signed in to change notification settings

QPeiran/JDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JDBC

linking spreadsheet to Google Cloud SQL & APIs

BigQuery Schema

[ { "name": "Start_Time", "type": "TIMESTAMP", "mode": "REQUIRED" }, { "name": "Finish_Time", "type": "TIMESTAMP", "mode": "REQUIRED" }, { "name": "Activity", "type": "STRING", "mode": "REQUIRED" }, { "name": "Seq_Code", "type": "STRING", "mode": "NULLABLE" }, { "name": "Recipe_Name", "type": "STRING", "mode": "NULLABLE" }, { "name": "Break_Reasons", "type": "STRING", "mode": "NULLABLE" }, { "name": "Missing_Ingredients", "type": "STRING", "mode": "NULLABLE" }, { "name": "Kitting_Line", "type": "STRING", "mode": "NULLABLE" }, { "name": "Assembly_Batch", "type": "STRING", "mode": "NULLABLE" }, { "name": "Event_Shift", "type": "STRING", "mode": "NULLABLE" }, { "name": "Team_Leader", "type": "STRING", "mode": "NULLABLE" }, { "name": "Pickers_Count", "type": "INTEGER", "mode": "NULLABLE" }, { "name": "Time_Consumption", "type": "FLOAT", "mode": "REQUIRED" } ]

About

linking spreadsheet to Google Cloud SQL & APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published