Stream Cosmos Data Source

Stream Cosmos Channel can read data in stream manner from CosmosDB (SQL API). It reads updated documents by specifying change-feed directory and using its options.

Configuring a Stream Cosmos Data Source

To add a Stream Cosmos Data Source into your pipeline, drag the Data Source to the canvas and right-click on it to configure.

Under the Schema Type tab, you can Fetch From Source or Upload Data File.

FieldDescription
Connection NameSelect the connection name from the available list of connections, from where you would like to read the data.
DatabaseCosmos Database.
ContainerContainer name in Cosmos.
Change Feed from BeginningIf set to True, data will be read from beginning.
CosmosDB Checkpoint DirectoryIt is the file path where Cosmos stores the checkpoint data for Change feed.
Add ConfigurationTo add additional custom properties in key-value pairs.
Top