Skip to content

Commit

Permalink
fixed snowflake testing env
Browse files Browse the repository at this point in the history
Signed-off-by: sfc-gh-madkins <[email protected]>
  • Loading branch information
sfc-gh-madkins committed Feb 6, 2022
1 parent 023dc36 commit 4167615
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 4167615

Please sign in to comment.