turbaszek commented on a change in pull request #7849: [AIRFLOW-7106] Cloud
data fusion integration - Allow to pass args to start pipeline
URL: https://github.com/apache/airflow/pull/7849#discussion_r399060134
##########
File path: airflow/providers/google/cloud/hooks/datafusion.py
##########
@@ -381,6 +382,8 @@ def start_pipeline(
:type pipeline_name: str
:param instance_url: Endpoint on which the REST APIs is accessible for
the instance.
:type instance_url: str
+ :param runtime_args: Optional runtime JSON args to be passed to the
pipeline
+ :type runtime_args: dict
Review comment:
```suggestion
:type runtime_args: Optional[Dict[str, Any]]
```
----------------------------------------------------------------
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]
With regards,
Apache Git Services