cliebBS opened a new pull request, #36170:
URL: https://github.com/apache/airflow/pull/36170

   This PR extends the `message_filtering` parameter to the `SqsSensor` to add 
a third type of filtering: `jsonpath-ext`.  The existing JSONPath filtering 
functionality in `SqsSensor` uses the `jsonpath_ng.parse` method for 
constructing the JSONPath engine to search for matching values.  This 
particular engine supports only a subset of the JSONPath language and is 
missing useful features, such as the ability to retrieve the values for 
multiple fields at a time.  The new `jsonpath-ext` option uses the 
`jsonpath_ng.ext.parse` builder instead, which unlocks the full capabilities of 
the `jsonpath_ng` library.
   
   
   


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