Recreate GBQ tables and views in your BigQuery dataset
Learn how to recreate tables and views in the BigQuery dataset you created.
After configuring the GBQ connector, the data schema changes.
POST http://{{dphUrl}}/api/tenants/{{ternantId}}/adapters/{{adapterName}}/actions/recreate_objects
{"types": ["tables", "views"]}
If you only need to recreate tables, remove views
from the request body. If you only need to recreate views, remove tables
from the request body.Parameter Name | Required | Values/Description |
---|---|---|
types | Yes |
|
force | No |
Accepted values:
Note: This parameter applies only to tables. Views are always replaced with new content.
|
tableName | No |
Accepted values:
|
GET {{dphUrl}}/api/tenants/{{tenantId}}/adapters/{{adapterName}}/actions?actionType=recreate_objects
If the recreation is successful, you see a SUCCESS status in the response.