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:
Open a terminal (for Mac) or command prompt (for Windows).
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:
For Windows, see "Create a YAML Configuration File".
For Mac, see "Create a YAML Configuration File".
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 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.