You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/11 17:37:25 UTC

[GitHub] [airflow] ferruzzi commented on pull request #21523: Update EKS sample DAGs and docs

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org