Skip to content

Commit

Permalink
Take 57
Browse files Browse the repository at this point in the history
  • Loading branch information
expediamatt committed Feb 14, 2024
1 parent e7c8a0c commit 2fc310d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdk/python/tests/unit/infra/test_streaming_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
from feast.entity import Entity
from feast.value_type import ValueType
from feast.infra.contrib.spark_kafka_processor import SparkKafkaProcessor
from feast.infra.offline_stores.contrib.spark_offline_store.tests.data_source import (
SparkDataSourceCreator,
)
from tests.integration.feature_repos.integration_test_repo_config import (
IntegrationTestRepoConfig,
)
from tests.integration.feature_repos.repo_configuration import (
construct_test_environment,
)
from tests.integration.feature_repos.universal.online_store.redis import (
RedisOnlineStoreCreator,
)


def test_streaming_ingestion():
Expand Down

0 comments on commit 2fc310d

Please sign in to comment.