Skip to content

Instantly share code, notes, and snippets.

@mkhajuriwala
Created March 30, 2023 16:18
Show Gist options
  • Save mkhajuriwala/971d1a12d8896f2c3c0a1d3a2cfbf7a4 to your computer and use it in GitHub Desktop.
Save mkhajuriwala/971d1a12d8896f2c3c0a1d3a2cfbf7a4 to your computer and use it in GitHub Desktop.
Input required to run workflows
{
"project": "#PROJECT_ID",
"maxRetry": "#MAX_RETRY_COUNT",
"orderParams": {
"flexTemplate": "#ORDER DATAFLOW FLEX TEMPLATE",
"region": "#REGION",
"parameters": {
"inputTopicSubscription": "#INPUT TOPIC",
"bigQueryTable": "#BIGQUERY TABLE"
},
"environment": {
"tempLocation": "#TEMP LOCATION",
"workerZone": "#WORKER ZONE"
}
},
"shippingParams": {
"flexTemplate": "#SHIPPING FLEX TEMPLATE",
"region": "#REGION",
"parameters": {
"inputTopicSubscription": "#INPUT TOPIC",
"bigQueryTable": "#BIGQUERY TABLE"
},
"environment": {
"tempLocation": "#TEMP LOCATION",
"workerZone": "#WORKER ZONE"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment