I have created a table from Google Cloud Storage (filepath starts with gs://). I could not create it as native even after trying multiple times. I succeeded only after setting the table option as native. Later, I was able to query this table successfully. However, I need to do the following:
- Add a column to the table
- Append (union) two such external tables
- Join the appended table with another external table
- save the joined table in a new table so that I can later query this new table
Questions: Since this is an external table, can I add a column? Can I save the joined table as native?