Python Connector for Snowflake

Activate a license - Python Connector for Snowflake

Activate a license

  1. Obtain an activation key using either of the following methods:
    • Copy the activation key that you received in an order confirmation email.
    • Obtain the activation key on the customer portal:
      1. Log in to the customer portal using the login credentials from an order confirmation email.
      2. Click the name of the purchased product on the Products page to view the license details.
      3. Click Copy to clipboard under Activation key.
  2. Start the Python shell.
  3. Import the module.
    import devart.snowflake
  4. Specify the activation key using the activate() module method.
    devart.snowflake.license.activate("<your_activation_key>")
  5. (Optional) View the license details.
    print(devart.snowflake.license.summary)
© 2022-2024 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback