@@ -1773,7 +1773,7 @@ def get_asset_aliases(
17731773 self ,
17741774 limit : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
17751775 offset : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
1776- name_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
1776+ name_pattern : Optional [StrictStr ] = None ,
17771777 order_by : Optional [StrictStr ] = None ,
17781778 _request_timeout : Union [
17791779 None ,
@@ -1796,7 +1796,7 @@ def get_asset_aliases(
17961796 :type limit: int
17971797 :param offset:
17981798 :type offset: int
1799- :param name_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
1799+ :param name_pattern:
18001800 :type name_pattern: str
18011801 :param order_by:
18021802 :type order_by: str
@@ -1856,7 +1856,7 @@ def get_asset_aliases_with_http_info(
18561856 self ,
18571857 limit : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
18581858 offset : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
1859- name_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
1859+ name_pattern : Optional [StrictStr ] = None ,
18601860 order_by : Optional [StrictStr ] = None ,
18611861 _request_timeout : Union [
18621862 None ,
@@ -1879,7 +1879,7 @@ def get_asset_aliases_with_http_info(
18791879 :type limit: int
18801880 :param offset:
18811881 :type offset: int
1882- :param name_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
1882+ :param name_pattern:
18831883 :type name_pattern: str
18841884 :param order_by:
18851885 :type order_by: str
@@ -1939,7 +1939,7 @@ def get_asset_aliases_without_preload_content(
19391939 self ,
19401940 limit : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
19411941 offset : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
1942- name_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
1942+ name_pattern : Optional [StrictStr ] = None ,
19431943 order_by : Optional [StrictStr ] = None ,
19441944 _request_timeout : Union [
19451945 None ,
@@ -1962,7 +1962,7 @@ def get_asset_aliases_without_preload_content(
19621962 :type limit: int
19631963 :param offset:
19641964 :type offset: int
1965- :param name_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
1965+ :param name_pattern:
19661966 :type name_pattern: str
19671967 :param order_by:
19681968 :type order_by: str
@@ -2835,8 +2835,8 @@ def get_assets(
28352835 self ,
28362836 limit : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
28372837 offset : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
2838- name_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
2839- uri_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
2838+ name_pattern : Optional [StrictStr ] = None ,
2839+ uri_pattern : Optional [StrictStr ] = None ,
28402840 dag_ids : Optional [List [StrictStr ]] = None ,
28412841 only_active : Optional [StrictBool ] = None ,
28422842 order_by : Optional [StrictStr ] = None ,
@@ -2861,9 +2861,9 @@ def get_assets(
28612861 :type limit: int
28622862 :param offset:
28632863 :type offset: int
2864- :param name_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
2864+ :param name_pattern:
28652865 :type name_pattern: str
2866- :param uri_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
2866+ :param uri_pattern:
28672867 :type uri_pattern: str
28682868 :param dag_ids:
28692869 :type dag_ids: List[str]
@@ -2930,8 +2930,8 @@ def get_assets_with_http_info(
29302930 self ,
29312931 limit : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
29322932 offset : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
2933- name_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
2934- uri_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
2933+ name_pattern : Optional [StrictStr ] = None ,
2934+ uri_pattern : Optional [StrictStr ] = None ,
29352935 dag_ids : Optional [List [StrictStr ]] = None ,
29362936 only_active : Optional [StrictBool ] = None ,
29372937 order_by : Optional [StrictStr ] = None ,
@@ -2956,9 +2956,9 @@ def get_assets_with_http_info(
29562956 :type limit: int
29572957 :param offset:
29582958 :type offset: int
2959- :param name_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
2959+ :param name_pattern:
29602960 :type name_pattern: str
2961- :param uri_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
2961+ :param uri_pattern:
29622962 :type uri_pattern: str
29632963 :param dag_ids:
29642964 :type dag_ids: List[str]
@@ -3025,8 +3025,8 @@ def get_assets_without_preload_content(
30253025 self ,
30263026 limit : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
30273027 offset : Optional [Annotated [int , Field (strict = True , ge = 0 )]] = None ,
3028- name_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
3029- uri_pattern : Annotated [ Optional [StrictStr ], Field ( description = "SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported." ) ] = None ,
3028+ name_pattern : Optional [StrictStr ] = None ,
3029+ uri_pattern : Optional [StrictStr ] = None ,
30303030 dag_ids : Optional [List [StrictStr ]] = None ,
30313031 only_active : Optional [StrictBool ] = None ,
30323032 order_by : Optional [StrictStr ] = None ,
@@ -3051,9 +3051,9 @@ def get_assets_without_preload_content(
30513051 :type limit: int
30523052 :param offset:
30533053 :type offset: int
3054- :param name_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
3054+ :param name_pattern:
30553055 :type name_pattern: str
3056- :param uri_pattern: SQL LIKE expression — use `%` / `_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
3056+ :param uri_pattern:
30573057 :type uri_pattern: str
30583058 :param dag_ids:
30593059 :type dag_ids: List[str]
0 commit comments