Using Anypoint Studio to Configure Teradata Connector - Mule 4
Anypoint Studio (Studio) editors help you design and update your Mule applications, properties, and configuration files.
To add and configure a connector in Studio:
- Create a Mule Project.
- Add the connector to your Mule project.
- Configure a source for the connector’s flow.
- Add a connector operation to the flow.
- Configure a global element for the connector.
When you run the connector, you can view the app log to check for problems, as described in View the App Log.
If you are new to configuring connectors in Studio, see Using Anypoint Studio to Configure a Connector. If, after reading this topic, you need additional information about the connector fields, see the Teradata Connector Reference.
Create a Mule Project
In Studio, create a new Mule project in which to add and configure the connector:
- In Studio, select File > New > Mule Project.
- Enter a name for your Mule project and click Finish.
Add the Connector to Your Mule Project
Add Teradata Connector to your Mule project to automatically populate the XML code with the connector's namespace and schema location and to add the required dependencies to the project's pom.xml
file:
- In the Mule Palette view, click (X) Search in Exchange.
- In the Add Dependencies to Project window, type
teradata
in the search field. - Click Teradata Connector in Available modules.
- Click Add.
- Click Finish.
Adding a connector to a Mule project in Studio does not make that connector available to other projects in your Studio workspace.