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.",
727
+
"The 'RequestDataSource' class is deprecated and was renamed to RequestSource. Please use RequestSource instead. This class name will be removed in Feast 0.24.",
728
728
DeprecationWarning,
729
729
)
730
730
super().__init__(*args, **kwargs)
@@ -803,7 +803,7 @@ def __init__(
803
803
warnings.warn(
804
804
(
805
805
"Kinesis parameters should be specified as a keyword argument instead of a positional arg."
806
-
"Feast 0.23+ will not support positional arguments to construct kinesis sources"
806
+
"Feast 0.24+ will not support positional arguments to construct kinesis sources"
807
807
),
808
808
DeprecationWarning,
809
809
)
@@ -922,7 +922,7 @@ def __init__(
922
922
warnings.warn(
923
923
(
924
924
"Push source parameters should be specified as a keyword argument instead of a positional arg."
925
-
"Feast 0.23+ will not support positional arguments to construct push sources"
925
+
"Feast 0.24+ will not support positional arguments to construct push sources"
0 commit comments