Skip to content

Commit

Permalink
fixed snowflake testing env (#2291)
Browse files Browse the repository at this point in the history
Signed-off-by: sfc-gh-madkins <miles.adkins@snowflake.com>
  • Loading branch information
sfc-gh-madkins authored Feb 6, 2022
1 parent 023dc36 commit 925bf76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 925bf76

Please sign in to comment.