What's new?
This section describes the new and enhanced features in Enterprise Manager May 2024.
Customers should also review the Enterprise Manager release notes in Qlik Community for information about the following:
- Migration and upgrade
- End of life/support features
- Newly supported OS platforms, databases, and third-party software versions.
- Resolved issues
- Known issues
New API methods: Support for viewing or editing the list of tables selected for a task
This version introduces the ability to view or edit the list of tables or views currently selected for a specific task via the API. To facilitate this new functionality, the following methods have been added to the REST, .NET, and Python APIs:
- GetTaskTableSelection: Call this method to view the list of tables or views selected for inclusion in a specific Replicate task.
- PutTaskTableSelection: Call this method to override the list of tables or views selected for inclusion in a specific Replicate task.
Support for Azure Active Directory as an IdP for OpenID Connect
In previous versions, Okta was the only IdP supported for OpenID Connect login via the API. Starting from this version, you can also use Azure Active Directory as an IdP for logging in using OpenID Connect.
For more information, see Setting the login authentication method