2025-07-24

File Container Cover
  • File Container: Introduced File Container, a storage solution for managing files in Datazone. It allows you to create, update, and delete file containers, and use them to store data for your pipelines and notebooks. You can interact with file containers like AWS S3 buckets or Google Cloud Storage buckets using the FileContainerClient toolkit.
  • Orion Notebook Assistant: Added support for code suggestion and error suggestions in Orion Notebooks. Just click to Sparkles ✨ and tell what you want to do, and Orion will suggest code snippets.
Orion Assistant Animation

2025-07-07

Endpoint Animation
  • Endpoints: Introduced a new core concept - Endpoints! Users can now create secure, controlled API interfaces for their datasets. Define endpoints using YAML configuration with filters, queries, and authentication. Perfect for exposing analytical results, feeding data to downstream systems, or creating data products that other teams can consume.
Endpoint Animation
  • chart_config attribute: The chart_config attribute is now available for all chart types, allowing you to customize chart appearance with options like fill_donut, show_labels, and show_legend.
  • Stacked bar charts: Added support for stacked bar charts using the is_stacked attribute, allowing you to visualize multiple metrics in a single bar
Stacked Bar Chart Example
  • fill_donut for pie charts: The fill_donut attribute is now available for pie charts, allowing you to fill the donut area for a more visually appealing design.

2025-06-27

  • Radial chart type: Added support for the new radial chart type, perfect for displaying progress or completion metrics in a circular format. Requires exactly two metrics where the first represents the current value and the second represents the total.
Radial Chart Example
  • Filter dependencies and cascading filters: Enhanced filter functionality with dependent filters that create cascading effects. Filters can now reference other filter variables in their SQL queries, enabling hierarchical filtering like country → city relationships.
  • AI-driven deployment error assistance: New deployment activity feature allows users to directly ask Orion Code Assistant for help when encountering deployment errors, providing intelligent troubleshooting and fix suggestions.
Suggest Fix Animation

2025-06-13

Intelligent App Example
  • metric_format to format: The metric_format attribute is deprecated. Use the new format attribute under each metric instead.
  • Composed (combined) chart type: Added support for the new composed chart type, allowing you to combine line and bar series in a single chart.
Intelligent App Example
Intelligent App Example

For more details, see the relevant documentation sections linked above.