You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/snowflake/snowpark/functions.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10915,7 +10915,7 @@ def make_interval(
10915
10915
10916
10916
@private_preview(
10917
10917
version="1.38.0",
10918
-
extra_doc_string="Type YearMonthIntervalType is currently in private preview and needs to be enabled by setting parameter `FEATURE_INTERVAL_TYPES` to `ENABLED` and `ENABLE_INTERVAL_SUBTYPES` to `TRUE`.",
10918
+
extra_doc_string="Type YearMonthIntervalType is currently in private preview and needs to be enabled by setting parameter `FEATURE_INTERVAL_TYPES` to `ENABLED`",
Copy file name to clipboardExpand all lines: src/snowflake/snowpark/types.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ class YearMonthIntervalType(_AnsiIntervalType):
248
248
end_field: The end field of the interval (0=YEAR, 1=MONTH)
249
249
250
250
Notes:
251
-
YearMonthIntervalType is currently in private preview since 1.38.0. It needs to be enabled by setting parameter `FEATURE_INTERVAL_TYPES` to `ENABLED` and `ENABLE_INTERVAL_SUBTYPES` to `TRUE`.
251
+
YearMonthIntervalType is currently in private preview since 1.38.0. It needs to be enabled by setting parameter `FEATURE_INTERVAL_TYPES` to `ENABLED`.
252
252
253
253
YearMonthIntervalType is currently not supported in UDFs and Stored Procedures.
254
254
"""
@@ -309,7 +309,7 @@ class DayTimeIntervalType(_AnsiIntervalType):
309
309
end_field: The end field of the interval (0=DAY, 1=HOUR, 2=MINUTE, 3=SECOND)
310
310
311
311
Notes:
312
-
DayTimeIntervalType is currently in private preview since 1.38.0. It needs to be enabled by setting parameters `FEATURE_INTERVAL_TYPES` to `ENABLED` and `ENABLE_INTERVAL_SUBTYPES` to `TRUE`.
312
+
DayTimeIntervalType is currently in private preview since 1.38.0. It needs to be enabled by setting parameters `FEATURE_INTERVAL_TYPES` to `ENABLED`.
313
313
314
314
DayTimeIntervalType is currently not supported in UDFs and Stored Procedures.
0 commit comments