Aurora MySQL as Target - DSS 6 | Data Source Solutions Documentation

Documentation: Aurora MySQL as Target - DSS 6 | Data Source Solutions Documentation

Aurora MySQL as Target

Data Source Solutions DSS supports integrating changes into Aurora MySQL database. This section describes the configuration requirements for integrating changes (using Integrate and Refresh) into Aurora MySQL location. For the list of supported Aurora MySQL versions, into which DSS can integrate changes, see Integrate changes into location in Capabilities.

By default, DSS writes data into Aurora MySQL using Continuous Integrate and Row-wise Refresh.

You can also use Burst Integrate and Bulk Refresh for writing data into Aurora MySQL. However, it is required to create staging files on a temporary location to perform Burst Integrate and Bulk Refresh. For more information about staging, see section Staging for Aurora MySQL.

Grants for Integrate and Refresh into Aurora MySQL

To integrate changes into an Aurora MySQL database, the database User requires the following grants:

  • Permission to read and change replicated tables.

    grant select, insert, update, delete on <em>tbl</em> to <em>username</em>;
    
  • Permission to create and drop DSS state tables.

Intermediate Directory

{% partial file="dss6/requirements/source-and-target-requirements/intermediate-directory.template.md" /%}

Intermediate Directory is Local

{% partial file="dss6/requirements/source-and-target-requirements/intermediate-directory-local.template.md" /%}