Re: [PR] Create operators for VertexAI Pipeline Job [airflow]

2023-10-18 Thread via GitHub
potiuk merged PR #34915: URL: https://github.com/apache/airflow/pull/34915 -- 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: commits-unsubscr...@airflow.a

Re: [PR] Create operators for VertexAI Pipeline Job [airflow]

2023-10-18 Thread via GitHub
VladaZakharova commented on PR #34915: URL: https://github.com/apache/airflow/pull/34915#issuecomment-1768186664 LGTM, needs fixing conflicts -- 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 s

Re: [PR] Create operators for VertexAI Pipeline Job [airflow]

2023-10-13 Thread via GitHub
MaksYermak commented on code in PR #34915: URL: https://github.com/apache/airflow/pull/34915#discussion_r1358206459 ## airflow/providers/google/cloud/hooks/vertex_ai/pipeline_job.py: ## @@ -0,0 +1,414 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more

Re: [PR] Create operators for VertexAI Pipeline Job [airflow]

2023-10-13 Thread via GitHub
eladkal commented on code in PR #34915: URL: https://github.com/apache/airflow/pull/34915#discussion_r1358188397 ## airflow/providers/google/cloud/hooks/vertex_ai/pipeline_job.py: ## @@ -0,0 +1,414 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more co

[PR] Create operators for VertexAI Pipeline Job [airflow]

2023-10-13 Thread via GitHub
MaksYermak opened a new pull request, #34915: URL: https://github.com/apache/airflow/pull/34915 In this PR I have added a new operators for working with Pipeline Job for Google Cloud Vertex AI service. --- **^ Add meaningful description above** Read the **[Pu