Before you can load data from RedShift you’ll need to add a RedShift data source.
From a Jupyter workspace, initialize Code Assist and select the Load data option.
![jupyter redshift cluster load data](/images/code-assist/load-data-redshift/jupyter-redshift-cluster-load-data.png)
Select the Redshift cluster data source.
Specify the required database and schema and then choose a table.
![jupyter redshift cluster choose table](/images/code-assist/load-data-redshift/jupyter-redshift-cluster-choose-table.png)
Click the
button to insert and execute the generated code.![jupyter redshift cluster code inserted](/images/code-assist/load-data-redshift/jupyter-redshift-cluster-code-inserted.png)