mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-21 14:31:55 +03:00
32 lines
543 B
YAML
32 lines
543 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
|
||
|
- type: bigquery_track_table
|
||
|
args:
|
||
|
source: bigquery
|
||
|
table:
|
||
|
dataset: hasura
|
||
|
name: author
|
||
|
|
||
|
- type: bigquery_track_table
|
||
|
args:
|
||
|
source: bigquery
|
||
|
table:
|
||
|
dataset: hasura
|
||
|
name: article
|
||
|
|
||
|
- type: bigquery_create_array_relationship
|
||
|
args:
|
||
|
source: bigquery
|
||
|
table:
|
||
|
dataset: hasura
|
||
|
name: author
|
||
|
name: articles
|
||
|
using:
|
||
|
manual_configuration:
|
||
|
remote_table:
|
||
|
dataset: hasura
|
||
|
name: article
|
||
|
column_mapping:
|
||
|
id: author_id
|