vrcadore-ig opened a new issue, #62733:
URL: https://github.com/apache/airflow/issues/62733
### Description
Vertex AI Pipeline job submit method has a parameter that the Operator has
not mapped yet.
The parameter is named `reserved_ip_ranges` and it should be included in the
PipelieJobHook Class.
```python
self._pipeline_job.submit(
service_account=service_account,
network=network,
create_request_timeout=create_request_timeout,
experiment=experiment,
reserved_ip_ranges=reserved_ip_ranges,
)
```
### Use case/motivation
Currently we don't have a way to set this property when using the
RunPipelineJobOperator.
### Related issues
_No response_
### Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]