ielizarov opened a new issue #12757:
URL: https://github.com/apache/airflow/issues/12757


   Airflow v2.0b3
    Kubernetes v1.19.3
   
   Discovered issue while testing KubernetesPodOperator (haven't tested with 
other operator).
   If I create a multiline string using """ """", add some variables inside 
(Jinja templating), then use this string as an argument to 
KubernetesPodOperator:
   - In Graph View DAG is not visible (just gray area where it should be a 
digraph);
   - in browser's web console i see the following error:
   
   `Uncaught TypeError: node is undefined
       preProcessGraph http://localhost:8080/static/dist/dagre-d3.min.js:103
       preProcessGraph http://localhost:8080/static/dist/dagre-d3.min.js:103
       fn http://localhost:8080/static/dist/dagre-d3.min.js:103
       call http://localhost:8080/static/dist/d3.min.js:3
       draw 
http://localhost:8080/graph?dag_id=demo_base_indexing&execution_date=mydate
       expand_group 
http://localhost:8080/graph?dag_id=mydag&execution_date=mydate
       <anonymous> 
http://localhost:8080/graph?dag_id=mydag&execution_date=mydate`
   
   Tree view works without issues in this case. The DAG succeeds.


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


Reply via email to