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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to