Creating a Azure Cosmos DB target node - Amazon Glue
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Creating a Azure Cosmos DB target node

Prerequisites needed

  • A Amazon Glue Azure Cosmos DB connection, configured with an Amazon Secrets Manager secret, as described in the previous section, Creating a Azure Cosmos DB connection.

  • Appropriate permissions on your job to read the secret used by the connection.

  • A Azure Cosmos DB table you would like to write to. You will need identification information for the container. You must create the container before calling the connection method.

    An Azure Cosmos for NoSQL container is identified by its database and container. You must provide the database, cosmosDBName, and container, cosmosContainerName, names when connecting to the Azure Cosmos for NoSQL API.

Adding a Azure Cosmos DB data target

To add a Data target – Azure Cosmos DB node:
  1. Choose the connection for your Azure Cosmos DB data source. Since you have created it, it should be available in the dropdown. If you need to create a connection, choose Create Azure Cosmos DB connection. For more information see the previous section, Creating a Azure Cosmos DB connection.

    Once you have chosen a connection, you can view the connection properties by clicking View properties.

  2. Choose Cosmos DB Database Name – provide the name of the database you want to read from, cosmosDBName.

  3. Choose Azure Cosmos DB Container – provide the name of the container you want to read from, cosmosContainerName.

  4. In Custom Azure Cosmos properties, enter parameters and values as needed.