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 00:47:21 UTC

[GitHub] [airflow] ferruzzi edited a comment on pull request #21508: Update EKS sample DAGs and docs

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

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