fix: Update snowflake materialization messages by sfc-gh-madkins · Pull Request #3230 · feast-dev/feast
stage_context = f'"{self.repo_config.batch_engine.database}"."{self.repo_config.batch_engine.schema_}"' stage_path = f'{stage_context}."feast_{project}"' with get_snowflake_conn(self.repo_config.batch_engine) as conn:
click.echo( f"Deploying materialization functions for {Style.BRIGHT + Fore.GREEN}{project}{Style.RESET_ALL}" ) click.echo()
query = f"CREATE STAGE {stage_path}" execute_snowflake_statement(conn, query)