Skip to content

Commit

Permalink
generalize beam yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
svetakvsundhar committed Dec 23, 2024
1 parent b733689 commit 6f6f9e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
path: # gs://your-output-bucket/

0 comments on commit 6f6f9e8

Please sign in to comment.