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


##########
airflow/www/static/js/types/api-generated.ts:
##########
@@ -3604,7 +3604,10 @@ export interface operations {
          * *New in version 2.1.0*
          */
         order_by?: components["parameters"]["OrderBy"];
-        /** 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