1. Azure Connectors

1.1 Azure Cosmos DB Loader

Playground Chat Interface

Playground Chat Interface

Description

Load documents from Azure Cosmos DB.

Use Cases

  • NoSQL data retrieval
  • Applications requiring low latency

Inputs

  • Cosmos DB URI: Cosmos DB instance URL (required)
  • Primary Key: Primary access key (required)
  • Database Name: Name of the database containing the data (required)
  • Container Name: Container where the data is stored (required)
  • SQL Query: SQL filter for the data (optional)

Outputs

Extracted JSON data

1.2 Azure Blob Loader

Description

Load blob files from Azure Storage.

Playground Chat Interface

Playground Chat Interface

Use Cases

  • Managing large files in the cloud
  • Data migration

Inputs

  • Connection String: Azure Storage account connection (required)
  • Container: Storage container name (required)
  • Blob File Name: Path or name of the file to load (required)

Outputs

Raw or transformed content of the files

1.3 Azure SQL Loader

Description

Loads data from a SQL database on Azure.

Playground Chat Interface

Playground Chat Interface

Use Cases

  • Analyzing relational data
  • Integrating with systems

Inputs

  • Database URI: Connection path (required)
  • Table Name: Target table (required)
  • SQL Query: Query to extract the data (required)

Outputs

Tabular or JSON data

Note: Ensure proper authentication and access permissions are configured in your Azure services before using these connectors.

Tip: Use connection strings from Azure Portal's service-specific "Connection Strings" or "Access Keys" sections for secure configuration.