Skip to content

Integrations Overview

Entropy Data provides integrations for Data Platforms, Data Catalogs, Data Quality, Business Intelligence, Notifications, SSO, Git Providers, Automation, Access Control, AI Agents, AI Models, and Custom solutions.

Data Platforms

Data Catalogs

Image
Unity Catalog
Available
Image
Hive
Available
Image
AWS Glue
Available
Image
Iceberg Catalog
Coming Soon
Image
Alation
Available
Image
DataHub
Coming Soon
Image
OpenMetadata
Coming Soon
Image
Collibra
Coming Soon
Image
Informatica
Coming Soon

Data Quality

Data Contract CLI
Available
Image
Monte Carlo
Coming Soon
Image
Soda Cloud
Coming Soon

Business Intelligence

Notifications

SSO

Git Providers

Automation

Access Control

Image
ServiceNow
Coming Soon
Image
Immuta
Coming Soon

AI Agents

Image
Claude
Available
Image
ChatGPT
Available
Image
Microsoft Copilot
Available
Image
Gemini
Coming Soon

AI Models

Image
OpenAI
Available
Image
Anthropic
Available
Image
Azure AI Foundry
Available
Image
Gemini
Available
Image
Portkey
Available

Custom

Types of Integrations

Entropy Data integrations fall into several categories:

Native Integrations

Native integrations are built directly into Entropy Data and require no additional deployment. They provide seamless connectivity with minimal configuration.

Connector Integrations

Connector integrations are separately deployed services that communicate with Entropy Data via APIs and webhooks. They offer more flexibility and control, and can be customized to your specific requirements. Many connectors are built using our SDK.

A connector can report its version and its health to Entropy Data. Both are shown on the integrations page: the version next to the connector type, and the health as a badge with the time it was last reported and, when the connector reports a problem, its error message. This makes a connector that has stopped working distinguishable from one that is fine. Reporting is optional — a connector that reports neither keeps working and is shown as not reported. See the connector resource in the API specification for the fields.

Link integrations connect Entropy Data with external tools through webhooks and event forwarding. They enable real-time communication for notifications and event-driven workflows.

External Tools

External tools are standalone applications that interact with Entropy Data's API. They can be used independently or integrated into your CI/CD pipelines.

Scheduled Ingestion Runs

Built-in (ingestion-based) integrations synchronize assets on a schedule that you configure per integration. You can review the status and the last runs of an integration under Settings > Integrations.

Automatic Disabling After Repeated Failures

If the scheduled runs of an integration keep failing, Entropy Data disables the integration automatically. This prevents a broken integration from failing indefinitely, for example after credentials expired or a host became unreachable.

  • By default, an integration is disabled after 5 consecutive failed scheduled runs. Self-hosted installations can change the threshold with APPLICATION_INGESTIONS_AUTO_DISABLE_AFTER_CONSECUTIVE_FAILURES, or set it to 0 to switch the behavior off.
  • Only scheduled runs count. Manually triggered runs never disable an integration, so you can debug a failing integration without it being disabled under you.
  • The failure streak resets on any successful run, and whenever someone edits the integration configuration or re-enables the integration. Each change grants a fresh set of attempts.
  • When an integration is disabled automatically, the integration details page states that it was disabled because its runs kept failing. Fix the cause and re-enable the integration to resume the schedule.

Entropy Data notifies the organization when this happens: organization owners receive the "Integration disabled after repeated failures" email, and the asset owner team is notified through its notification channels.

Getting Started

Most integrations require an API Key for authentication. Visit the individual integration pages for detailed setup instructions and configuration examples.

For custom integration requirements or support, reach out to support@entropy-data.com.