Release Update 03/28/2025

SDLC

Databricks Asset Bundles (DAB) Integration in DevOps Pipelines

Opsera has introduced Databricks Asset Bundles Integration in Pipelines, enabling seamless automation of data and AI workflows. This integration accelerates deployments by automating ETL, analytics, and ML model training, reducing manual efforts and human error. Teams can deploy Databricks workflows, notebooks, and configurations directly from CI/CD pipelines. Other key features include environment-specific targeting (e.g., dev, prod), git-driven version control for DAB YAML files, and secure authentication via pipeline secrets.

This capability bridges DevOps and Databricks, making end-to-end automation faster, safer, and more scalable.

Additional Capabilities

Enhancements to SCM Dry Run Summary Report

The dry run summary report for SCM Migrations, has been enhanced with two new columns: Forked, indicating if a repository is a fork via true/false, and Latest Commit Date, showing the most recent commit timestamp, mapped to latestCommitDate.

These additions dynamically reflect real-time data, improving visibility into repository status and activity

Platform

New Time Range Parameter for Audit Logs API

The V2 Audit Logs API (/api/v2/logs/audit/user) now supports a range parameter, enabling users to fetch audit logs within relative time frames (e.g., 1h, 7days) for simplified time-based filtering.

The range parameter uses a <number><unit> format, returning logs relative to the current time (e.g., range=24h retrieves logs from the past 24 hours). While the existing start and end parameters remain available, they are mutually exclusive with range and cannot be combined.

Last updated