Recreate GBQ tables and views in your BigQuery dataset
Learn how to recreate tables and views in the dataset you created.
After configuring the GBQ connector, the data schema changes.
- Send the following request:
If you only need to recreate tables, removePOST http://{{dphUrl}}/api/tenants/{{ternantId}}/adapters/bigquery/actions/recreate_objects {"types": ["tables", "views"]}
views
from the request body. If you only need to recreate views, removetables
from the request body.
GET {{dphUrl}}/api/tenants/{{tenantId}}/adapters/bigquery/actions?actionType=recreate_objects
If the recreation is successful, you see a SUCCESS status in the response.