mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
878f6108e6
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3824 GitOrigin-RevId: b1739c35fb2c387152729d3ff72c6ff7ef9b9118
27 lines
424 B
YAML
27 lines
424 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: bigquery_drop_relationship
|
|
args:
|
|
source: bigquery
|
|
table:
|
|
dataset: hasura
|
|
name: author
|
|
relationship: articles
|
|
|
|
- type: bigquery_untrack_table
|
|
args:
|
|
source: bigquery
|
|
table:
|
|
dataset: hasura
|
|
name: article
|
|
cascade: true
|
|
|
|
- type: bigquery_untrack_table
|
|
args:
|
|
source: bigquery
|
|
table:
|
|
dataset: hasura
|
|
name: author
|
|
cascade: true
|