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
"The 'RequestDataSource' class is deprecated and was renamed to RequestSource. Please use RequestSource instead. This class name will be removed in Feast 0.23.",
750
+
"The 'RequestDataSource' class is deprecated and was renamed to RequestSource. Please use RequestSource instead. This class name will be removed in Feast 0.24.",
751
751
DeprecationWarning,
752
752
)
753
753
super().__init__(*args, **kwargs)
@@ -826,7 +826,7 @@ def __init__(
826
826
warnings.warn(
827
827
(
828
828
"Kinesis parameters should be specified as a keyword argument instead of a positional arg."
829
-
"Feast 0.23+ will not support positional arguments to construct kinesis sources"
829
+
"Feast 0.24+ will not support positional arguments to construct kinesis sources"
830
830
),
831
831
DeprecationWarning,
832
832
)
@@ -945,7 +945,7 @@ def __init__(
945
945
warnings.warn(
946
946
(
947
947
"Push source parameters should be specified as a keyword argument instead of a positional arg."
948
-
"Feast 0.23+ will not support positional arguments to construct push sources"
948
+
"Feast 0.24+ will not support positional arguments to construct push sources"
0 commit comments