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