Skip to content
Prev Previous commit
Next Next commit
update test_telemetery
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed Jun 16, 2021
commit b9bc19b81be3a934945d55a363a6790cb3ae9dbc
4 changes: 2 additions & 2 deletions sdk/python/telemetry_tests/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
import uuid
from datetime import datetime

from feast.infra.online_stores.sqlite import SqliteOnlineStoreConfig
from tenacity import retry, wait_exponential, stop_after_attempt

from google.cloud import bigquery
import os
from time import sleep
from importlib import reload

from feast import Client, Entity, ValueType, FeatureStore, RepoConfig
from feast.repo_config import SqliteOnlineStoreConfig


TELEMETRY_BIGQUERY_TABLE = (
"kf-feast.feast_telemetry.cloudfunctions_googleapis_com_cloud_functions"
Expand Down