ferruzzi edited a comment on pull request #21508:
URL: https://github.com/apache/airflow/pull/21508#issuecomment-1035685355


   Fixing two of the three errors (my oops) but not sure about this one.
   
   ```
   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-unsubscr...@airflow.apache.org

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


Reply via email to