Connect to Oracle AI Data Platform
Connect to an Oracle AI Data Platform data source to visualize data.
Oracle Analytics connections to AI Data Platform Workbench instances only support one catalog per connection. You need to create additional connections to use more than one catalog.
Before you start, in your Oracle AI Data Platform Workbench instance, get a connection configuration file. Navigate to your workspace and click Compute, click the cluster you want to connect to Oracle Analytics, then in the Connection details tab, click the Download icon underneath the Oracle Analytics Cloud logo. A
config.json file is downloaded to your machine.
Note:
Before you upload theconfig.json file in Step 5, verify that the `region` value specified in the file is the OCI region where the Oracle AI Data Platform Workbench cluster that you want to connect to is deployed. Don't use the OCI tenancy home region unless the AI Data Platform Workbench cluster is also deployed in that same region. For example, if your tenancy home region is Ashburn (`us-ashburn-1`), but your AI Data Platform Workbench cluster is deployed in another region, update `config.json` to use the cluster's region:
{
"region": "us-ashburn-1"
}