Skip to main content

DCM Connections

To view all DCM connections, go to Admin > DCM Connections.

All DCM connections are listed in the table with the following information: Connection Name together with the ConnectionId, data source Technology, Owner, Sharing, and the date Created.

Export DCM Connections

To export DCM connections in the format required for the DCM Connection Handling import, select Export in the upper-right corner next to the Search field.

Export provides a JSON file with all existing DCM Connections. No credentials or other secrets are exported with the connections, only their ConnectionIds (used in workflows to reference the DCM Connection) and Connection Title together with the connection owner’s email address.

Example of the exported file:

{
  "apiVersion": 5,
  "connections": [
    {
      "sourceConnection": {
        "connectionId": "c.cid.123b5925-e1e5-4568-a2cc-83c74eee8a6e",
        "connectionTitle": "Snowflake DEV - read_access (john.doe@alteryx.com)"
      }
    },
    {
      "sourceConnection": {
        "connectionId": "c.cid.456936dd-d0fd-4498-bc74-e550ea6a22c6",
        "connectionTitle": "Snowflake DEV - write_access (john.doe@alteryx.com)"
      }
    }
  ]
}