Azure Cosmos Query
Query an Azure Cosmos database using SQL.
Properties
| Name | Type | |
|---|---|---|
| engine | String=cosmos:query | |
| connection_string | String | |
| query | String | |
| schema | Object | |
engine
Must be cosmos:query.
- Required
- Yes
connection_string
The Azure Service Bus connection string to connect to.
- Required
- Yes
query
The SQL query to retrieve the data.
- Required
- Yes
schema
Define the schema of the data, entering the field name returned by the SQL query into `Source`.
- Required
- Yes