chronitis commented on issue #5231: [AIRFLOW-4456] Add BranchOperator
URL: https://github.com/apache/airflow/pull/5231#issuecomment-489069518
 
 
   > myvar won't be templated until just before `execute()` is called - when 
were you looking at the value? In init or in choose_branch?
   
   In `choose_branch`; if you inspect the operator via the web interface the 
_rendered template_, `myvar` comes out as expected (templates applied), but 
code in `choose_branch` (invoked from `BranchPythonOperator.execute()`) appears 
to see the the untemplated version.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to