mik-laj commented on a change in pull request #13461: URL: https://github.com/apache/airflow/pull/13461#discussion_r553668600
########## File path: docs/apache-airflow-providers-google/operators/cloud/dataflow.rst ########## @@ -0,0 +1,274 @@ + .. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + .. http://www.apache.org/licenses/LICENSE-2.0 + + .. Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +Google Cloud Dataflow Operators +=============================== + +`Dataflow <https://cloud.google.com/dataflow/>`__ is a managed service for +executing a wide variety of data processing patterns. These pipelines are created +using the Apache Beam programming model which allows for both batch and streaming. + +.. contents:: + :depth: 1 + :local: + +Prerequisite Tasks +^^^^^^^^^^^^^^^^^^ + +.. include::/operators/_partials/prerequisite_tasks.rst + +Ways to run a data pipeline +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +There are multiple options to execute a Dataflow pipeline on Airflow. If looking to execute the pipeline Review comment: Very often these problems are not easy to solve because one common Docker image is used for many environments. For example, in Cloud Composer, you cannot install any system dependencies. The only thing you can do is install the new libraries via pip. I agree that this is a fairly strong-worded sentence and we can think about improving it ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
