healthyregions / oeps

Opioid Environment Policy Scan - data explorer and backend management
https://oeps.healthyregions.org
GNU General Public License v3.0
0 stars 0 forks source link

Refactor table creation script to pull schema from example file #6

Closed mradamcox closed 11 months ago

mradamcox commented 1 year ago

Now that we have an example of how we can create a table in Google BigQuery with a python script, we need to expand the capabilities of this script to pull a table definition from an external JSON file. Doing so will require a few steps:

mradamcox commented 11 months ago

I'd say this is completed now.