Integration Health Statuses
The table below provides definitions for each status and the state of configured data platform integrations. The status of the integration appears on the integrations tab of the Immuta application settings page and in the response schema of the integrations API.
If any errors occur with the integration configuration, a banner will appear in the Immuta UI with guidance for remediating the error.
Status | Description | State |
---|---|---|
createError | Error occurred during creation of the integration. | |
creating | Integration is in the process of being created and set up. | |
deleted | Integration is deleted. | Not in use |
deleteError | Error occurred while deleting the integration. The integration has been rolled back to the previous state. | |
deleting | Integration is in the process of being disabled or deleted. | |
disabled | Integration was force disabled and no cleanup was performed on the native platform. | Not in use |
editError | Error occurred while editing the integration. The integration has been rolled back to the previous state. | |
editing | The integration is in the process of being edited. | |
enabled | The integration is enabled and active. | |
migrateError | Error occurred while performing a migration of the integration. The integration has been rolled back to the previous state. | |
migrating | Migration is being performed on the integration. An example of a migration is a stored procedure update. | |
recurringValidationError | Validation has failed during the periodic check and the integration may be misconfigured. |
Last updated