About 2,750 results
Open links in new tab
  1. Dynamic SQL in Snowflake with EXECUTE IMMEDIATE, Jinja ...

    Dec 3, 2024 · First, define your Snowflake environment and a repository structure using EXECUTE IMMEDIATE to manage dynamic SQL execution from a Git repository: Now, let’s say you have a …

  2. Examples of using Git with Snowflake

    This example describes how to execute a SQL script contained in a Git repository clone in Snowflake. The script in the example creates a user and role. This example uses the EXECUTE IMMEDIATE …

  3. snow git execute - Snowflake Documentation

    Execute immediate all files from the repository path. Files can be filtered with a glob-like pattern, e.g. @my_repo/branches/main/*.sql, @my_repo/branches/main/dev/*.

  4. snowflake/snowflake_git_integration/README.md at master ...

    By following these steps, you have successfully created a Git repository within Snowflake and deployed SQL scripts directly from source control. This approach enables streamlined deployments and …

  5. Run Snowflake queries from GitHub - datatoolspro.com

    Navigate to your GitHub profile settings and create a GITHub Personal Access Token. We have documented the process specifically for the purpose of loading and executing SQL in Snowflake.

  6. CI/CD and DevOps in Snowflake (Part 2): Step-by-Step ...

    Jul 9, 2025 · In this blog post, we’ll focus on how to combine those features to create CI/CD pipelines for automated deployment of Snowflake infrastructure using native Snowflake features like CREATE OR …

  7. Executing files from a repository | Snowflake Documentation

    You can use the snow git execute command for all .sql and .py files in a repository path. The command searches for all SQL and Python files and then executes the EXECUTE IMMEDIATE command on …