You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "VladaZakharova (via GitHub)" <gi...@apache.org> on 2023/02/09 07:07:12 UTC

[GitHub] [airflow] VladaZakharova commented on a diff in pull request #28618: Add deferrable mode to DataprocInstantiateWorkflowTemplateOperator

VladaZakharova commented on code in PR #28618:
URL: https://github.com/apache/airflow/pull/28618#discussion_r1101052321


##########
airflow/providers/google/cloud/triggers/dataproc.py:
##########
@@ -84,3 +84,73 @@ async def run(self):
                     raise AirflowException(f"Dataproc job execution failed {self.job_id}")
             await asyncio.sleep(self.polling_interval_seconds)
         yield TriggerEvent({"job_id": self.job_id, "job_state": state})
+
+
+class DataprocWorkflowTrigger(BaseTrigger):

Review Comment:
   @pankajastro 
   Okay, no problem!
   Do you know when your changes for the trigger will be merged?



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org