Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      • Run the below command in Command Prompt
        Code Block
        powershell $psversiontable
  • Python 3.8 or higher
    • Select "Add Python 3.x to PATH" from installation Window
    • Pip Manager Install with command: python -m pip install --upgrade pip
  • RED supports the following versions for the metadata repository: MS SQL SERVER 2012 to 2019 and Azure SQL DB 

Enablement Pack Setup Scripts

Scripts entirely drive the Enablement Pack Install process. The table below outlines these scripts, their purpose, and if Run as Administrator is required. 

#

Enablement Pack Setup Scripts

Script Purpose

Run as Admin

Intended Application

1

 Setup_Enablement_Pack.ps1

Setup and configure a new RED Metadata Repository for Snowflake

Yes

New and Existing installations

2

install_WslPowershell_Modules.bat

Installs or updates WslPowershell Modules on this machine

Yes

New and Existing installations

3

install_WslPython_Modules.bat

Installs or updates WslPython Modules and required Python libraries on this machine

Yes

New and Existing installations

4

import_powershell_templates.ps1

Imports or updates the Powershell Templates to a RED Metadata Repository. Also includes any Script or Procedure Imports

No*

Existing installations

5

import_python_templates.ps1

Imports or updates the Python Templates (in BETA) to a RED Metadata Repository. Also includes any Script Imports

No*

Existing installations

6

set_default_templates.ps1

Applies the RED Connection defaults in a RED Metadata Repository for Python or Powershell templates

No*

Existing installations


Note
Note that on some systems executing Windows Powershell scripts is disabled by default, see troubleshooting for workarounds

Each Powershell script in the list above provides some help at the command line, this can be output by passing the the -help parameter to the script. For Example > .\ Setup_Enablement_Pack.ps1 -help help 

Step-By-Step Guide

Setup and configure a new RED Metadata Repository for Snowflake

...

Info
titleImportant Upgrade Notes

If RED repository exists, it will prompt to upgrade the repository. This enablement pack will overwrite any existing Source Enablement Pack UI Configs:

Amazon S3

Load From Amazon S3

Azure Data Lake  Storage Gen2

Load From Azure Data Lake  Storage Gen2

Google Cloud

Load From Google Cloud

REST API 

Load From REST API

To ensure existing Source Enablement Pack connections and associated Load Tables continue to browse and load:
Go into UI Configuration Maintenance in RED before installing this  Enablement Pack and rename the affected UI Configurations. While the updated Load Template will work with the previous Source Enablement Pack we recommend moving these previous versions of Load Tables to newly created Parser-based connections following this install. The earlier versions of the Source Enablement Pack will be deprecated following this release

...