ferruzzi commented on pull request #21523:
URL: https://github.com/apache/airflow/pull/21523#issuecomment-1036451314


   having a jinja issue I need to figure out.  If anyone knows the solution 
offhand, that would be appreciated, otherwise I'm reading up on it and will get 
it sooner or later.
   
   ```
   File 
"/opt/airflow/airflow/providers/amazon/aws/example_dags/example_eks_templated.py",
 line 58, in <module>
         VPC_CONFIG = json.loads("{{ dag_run.conf['resources_vpc_config'] }}")
   
      << snip >>
       
   json.decoder.JSONDecodeError: Expecting property name enclosed in double 
quotes: line 1 column 2 (char 1)
   ```


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