From 4167615f4de45e791b0d9f3d087e330af19225b8 Mon Sep 17 00:00:00 2001 From: sfc-gh-madkins Date: Sun, 6 Feb 2022 13:07:01 -0600 Subject: [PATCH] fixed snowflake testing env Signed-off-by: sfc-gh-madkins --- .../feature_repos/universal/data_sources/snowflake.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/python/tests/integration/feature_repos/universal/data_sources/snowflake.py b/sdk/python/tests/integration/feature_repos/universal/data_sources/snowflake.py index 1ecae0317b..f76656f5b7 100644 --- a/sdk/python/tests/integration/feature_repos/universal/data_sources/snowflake.py +++ b/sdk/python/tests/integration/feature_repos/universal/data_sources/snowflake.py @@ -30,6 +30,7 @@ def __init__(self, project_name: str): role=os.environ["SNOWFLAKE_CI_ROLE"], warehouse=os.environ["SNOWFLAKE_CI_WAREHOUSE"], database="FEAST", + schema="OFFLINE", ) def create_data_source(