hasura / hasura/graphql-engine
Requesting Ability to Untrack Tables in BigQuery
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Summary
User attempted a migration from one BigQuery dataset to another, and successfully added new tables in the new dataset.
User then deleted older dataset, which resulted in inconsistency.
Reloading the metadata did not help, and dropping inconsistent objects dropped the entire datasource.
Why this happened:
- Modify tab on bigquery tables not available, so there is no UI way to untrack tables
- Dataset referenced explicitly in connection information. I suspect that missing a dataset makes the whole source inconsistent, so it is dropped when dropping inconsistent objects
### Describe the solution you'd like
Requesting the ability to untrack tables in BigQuery.
Contributor guide
Assessment
This issue has not been assessed yet.