- Perform the steps in Configuring the Presto Target Connector and Data Source.
- While modifying the Presto cluster yaml file that defines the Presto configuration, add the following to the catalogs section:
Property Action p2t_catalog Substitute p2t_catalog with a name for the Presto catalog that represents the target Teradata system. connector.name=qginitiator – qginitiator.linkName=p2t Change p2t to the name of the QueryGrid link. qginitiator.version=active Change active to the version of the link to use. Enter one of the following versions: - active
- pending
- previous
- Apply the Presto cluster yaml file:
helm upgrade my-presto starburstdata/starburst-presto \ --install \ --version Presto_version \ #e.g. 380.0.1 --values Path to your Presto's values.yaml file