BeamRunGoPipelineOperator
Apache BeamLaunching Apache Beam pipelines written in Go. Note that both default_pipeline_options
and pipeline_options
will be merged to specify pipeline execution parameter, and default_pipeline_options
is expected to save high-level options, for instances, project and zone information, which apply to all beam operators in the DAG.
Access Instructions
Install the Apache Beam provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
Launching Apache Beam pipelines written in Go. Note that both default_pipeline_options
and pipeline_options
will be merged to specify pipeline execution parameter, and default_pipeline_options
is expected to save high-level options, for instances, project and zone information, which apply to all beam operators in the DAG.
See also
For more information on how to use this operator, take a look at the guide: Run Go Pipelines in Apache Beam
See also
For more detail on Apache Beam have a look at the reference: https://beam.apache.org/documentation/