Making Basic Updates to a Connector

Update a connector in Connector Hub.

Note

To avoid automatic deactivation by Oracle Cloud Infrastructure, validate that the connector successfully moves data by checking for expected results at the target service and optionally enable logs.
    1. Open the navigation menu and click Analytics & AI. Under Messaging, click Connector Hub.
    2. On the Connectors page, select the compartment that contains the connector that you want.
    3. Click the name of the connector that you want.
    4. On the connector's details page, click Edit.
    5. On the Edit connector page, change values as needed.
      For information about the fields on this page, see Creating a Connector.
    6. If the default access policy wasn't accepted before, you can accept it now.
      The default access policy allows this connector to write to the target service. You can get this authorization through these default policies or through group-based policies. The default policies are offered whenever you use the Console to create or edit a connector. The only exception is when the exact policy already exists in IAM, in which case the default policy isn't offered. For more information about this authorization requirement, see Authentication and Authorization.
    7. Click Save changes.
    If you updated the source service or tasks, then data movement might pause for a few minutes, as indicated by Data Freshness metrics. Within a few minutes, the connector begins moving data according to its configuration. The connector applies tasks to data from the source service and then moves the data to the target service.
  • Use the oci sch service-connector update command and required parameters to update a connector:

    oci sch service-connector update --service-connector-id <connector_OCID>

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the UpdateServiceConnector operation to update a connector.