Bit of a 2-parter,
I have uploaded a table with quite over 100 columns, some of which are IDs which BigQuery detects as INTEGER type. When I want to change these to STRING, usually a little prompt appears after clicking on the table that says something along the lines of "re-run the upload with adjusted schema" which allows me to change the type very easily while leaving others, saving me having to write the whole schema again. But this prompt does not appear every time, my first question is:
Is there a way to force this prompt, or access it differently?
Following on from this, it would be really handy to export the schema from an existing table in the text/JSON format that is accepted by BigQuery, does anyone know if it's possible to export a schema, or does anyone know of a quick workaround to get a schema?
Thanks in advance
EDIT Thanks to Bobbylank for pointing me to this similar question Is there a way to export a BigQuery table's schema as JSON?
If anyone knows of a way to do this from the web UI that would be amazing