Skip to main content

Update Snowflake CLI for Windows and Mac

The integration of LiveRamp Clean Room’s intelligence applications with Snowflake streamlines data collaboration and delivers end-to-end solutions that drive business outcomes for brands. It combines a flexible UI with Snowflake’s Data Cloud to orchestrate clean room use cases through low-code data connectors to access data at the cloud source with zero data movement.

This article details the Snowflake CLI installation update for version 4.11.0.

Note

You do not need to uninstall the previous Snowflake CLI version before updating it for Windows and Mac.

Update Snowflake CLI

To update the Snowflake CLI for Windows and Mac:

  1. Open a terminal (for Mac) or command prompt (for Windows).

  2. Run the following install command:

    pip install habu-snowflake-cli==4.11.0

    You can now run the LiveRamp Clean Room Snowflake CLI.

    Note

    If you are on version 3.4.4 or earlier, update your YAML configuration file:

  3. Run the following command for each organization that requires an upgrade:

    Note

    Replace "<ORGANIZATION UUID"> and "<YAML FILENAME"> in the command with the appropriate values as follows:

    • "<ORGANIZATION UUID>": Find the organization UUID in LiveRamp Clean Room by selecting your organization name in the upper-right Organization drop-down list, selecting the Organizations tab, and clicking the Copy UUID icon next to the organization ID in the Organization UUID column.

    • "<YAML FILENAME>": This is the name of your YAML configuration file. The default file name is: "habu_snowflake_config.yaml".

    redbeard init habu-framework -o <ORGANIZATION UUID> -c <YAML FILENAME>

    If additional organizations require an upgrade, repeat the command with the required parameters.