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 2021/07/09 07:35:15 UTC

[GitHub] [airflow] baolsen commented on a change in pull request #16904: Improve AWS SQS Sensor (#16880)

baolsen commented on a change in pull request #16904:
URL: https://github.com/apache/airflow/pull/16904#discussion_r666737289



##########
File path: setup.cfg
##########
@@ -115,6 +115,7 @@ install_requires =
     # Logging is broken with itsdangerous > 2
     itsdangerous>=1.1.0, <2.0
     jinja2>=2.10.1,<4
+    jsonpath_ng>=1.5.3

Review comment:
       If there's another lib we prefer for JSONPath expression parsing let me know and I'll try to rework this to use it. This was the best one I could find.




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