Hi have dataset in foundry which i need to sync back to gcp dataset.
So i created new pipeline which takes this dataset as input and created new output dataset with expected schema.
Created new data connection task which then exports this to gcp.
It ran with SNAPSHOT configuration but failing when using REQUIRE_INCREMENTAL
task yaml as below -
type: magritte-bigquery-export-task
config:
table:
dataset: gcp-dataset
table: gcp-table
project: gcp-project
incrementalType: REQUIRE_INCREMENTAL