From 6f6f9e807380e0ec5f3ff7eb1fe66dfe24a482f4 Mon Sep 17 00:00:00 2001 From: Svetak Sundhar Date: Mon, 23 Dec 2024 09:05:32 -0500 Subject: [PATCH] generalize beam yaml --- .../samples/DataflowFlexTemplates/beam-batch-sql.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/compositions/samples/DataflowFlexTemplates/beam-batch-sql.yaml b/experiments/compositions/samples/DataflowFlexTemplates/beam-batch-sql.yaml index 28b96b7188..3e18da535a 100644 --- a/experiments/compositions/samples/DataflowFlexTemplates/beam-batch-sql.yaml +++ b/experiments/compositions/samples/DataflowFlexTemplates/beam-batch-sql.yaml @@ -4,10 +4,10 @@ pipeline: - type: ReadFromBigQuery name: read-from-bigquery config: - table_spec: test-gcp-tse.zq.s3 + table_spec: # project.dataset.table - type: Sql config: query: "SELECT * from PCOLLECTION" - type: WriteToJson config: - path: gs://samples-beamyamldemo/output.json \ No newline at end of file + path: # gs://your-output-bucket/ \ No newline at end of file