Google Dataflow Pipeline (Template)
Google Dataflow Pipeline (Template)
Preparing your environment
Hop pipelines
Hop Metadata
Beam Flex template metadata file:
{
"defaultEnvironment": {},
"image": "apache/hop-dataflow-template:latest",
"metadata": {
"description": "This template allows you to start Hop pipelines on dataflow",
"name": "Template to start a hop pipeline",
"parameters": [
{
"helpText": "Google storage location pointing to the Hop metadata file",
"label": "Hop Metadata Location",
"name": "hopMetadataLocation",
"regexes": [
".*"
]
},
{
"helpText": "Google storage location pointing to the pipeline you wish to start",
"label": "Hop Pipeline Location",
"name": "hopPipelineLocation",
"regexes": [
".*"
]
}
]
},
"sdkInfo": {
"language": "JAVA"
}
}Creating a Dataflow pipeline
PreviousRunning the Apache Beam samples on Google Cloud DataflowNextRunning a Hop pipeline using the Flink Kubernetes Operator
Last updated