Veldhoen commented on issue #53640:
URL: https://github.com/apache/airflow/issues/53640#issuecomment-3220650308

   Please excuse my late reply, I was vacationing. I didn't write down a 
complete minimal working example, but it should be very simple - something 
along the lines of: 
   
   ```
   @dag(default_args={})
   def test_dag(**context):
      operator_task = CustomDefferrableOperator()
      operator_task
   ```
   
   (Mixing task flow API with classical syntax, because we generally prefer 
task flow API but an operator needs to be defined as an object)
   
   Hope this helps (I cannot spend a lot of time on this atm, sorry!)


-- 
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