We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73193af commit 94ced34Copy full SHA for 94ced34
sdk/python/feast/infra/contrib/stream_processor.py
@@ -1,8 +1,9 @@
1
from abc import ABC
2
from types import MethodType
3
-from typing import TYPE_CHECKING, Optional, TypeAlias
+from typing import TYPE_CHECKING, Optional
4
5
from pyspark.sql import DataFrame
6
+from typing_extensions import TypeAlias
7
8
from feast.data_source import DataSource, PushMode
9
from feast.importer import import_class
0 commit comments