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/08/10 07:40:03 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #25613: User must supply the % in uri pattern

ephraimbuddy commented on code in PR #25613:
URL: https://github.com/apache/airflow/pull/25613#discussion_r942122925


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -1654,7 +1654,8 @@ paths:
             type: string
           required: false
           description: |
-            If set, only return datasets with uris matching this pattern.
+            If set, only return datasets with URIs matching this pattern using a string pattern
+            to be evaluated as a SQL-compliant case-insensive LIKE expression.

Review Comment:
   ```suggestion
               to be evaluated as a SQL-compliant case-insensitive LIKE expression.
   ```



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