API Release Notes
See Finding Your Alation Version for help determining which version of Alation you're using.
2025.3.4 API Release Notes
New API Endpoints for OAuth Client Application Retrieval
New API endpoints are added to allow for the retrieval of all OAuth client applications, as well as the ability to fetch details for a single OAuth client application.
GET /integration/core/v1/oauth/clients/{client_id}: Returns detailed information for a specific OAuth client.GET /integration/core/v1/oauth/clients: Returns a paginated list of registered OAuth clients.
This enables programmatic retrieval and management of OAuth client applications.
- Returns all non-internal OAuth applications with pagination support
- Excludes sensitive fields like
client_secretfor security - Requires admin authentication to ensure only authorized users can view the client list. (AL-214059)
Flexible Dataflow Creation via Public API
Added feature flags to provide greater control over the dataflow creation process, particularly for complex or custom integration scenarios through the Create Dataflow Objects API endpoint by introducing the following alation_conf feature flags:
alation.lineage.skip_hierarchical_consistency_checkalation.lineage.skip_dataflow_object_check
These feature flags (set to false by default) allow administrators to bypass default hierarchical validations (which ensure source and target objects are at the same level) and check for existing Dataflow objects between specified paths. (AL-215305)
Updated 8 days ago