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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to