Changelog 1.5
October 12th, 2023 by Lars Fredholm
Lineage (BETA)
Validio now offers field-level data lineage support, simplifying discovery, triaging, and troubleshooting of data quality issues, across an entire data stack.
Validio automatically infers lineage from Data Warehouses, Query Engines, and dbt. Additionally, you can create lineage connections between fields or datasets within and across any supported data sources.
Avro and Protobuf in Streams
Validio now supports Avro and Protobuf for all Data Streams.
Polling sources on-demand
Validio now supports on-demand polling of sources, using API endpoint sourcePoll
.
Deprecated features
The following functionality is deprecated:
API changes and additions
- Added new API endpoint
sourcePoll
, enabling on-demand polling of sources. Note that this does not interfere with the normal polling schedule. (UI-2386) - Changed the
schedule: CronExpression
field onSourceConfigs
,SourceCreateInputs
, andSourceUpdateInputs
fromrequired
tooptional
. (UI-2386) - New field
messageFormat
on StreamsourceConfigs
andcreateInputs
. This field can be used to specify Protobuf and Avro schemas for messages in a stream. (UI-2304) - Added optional fields
warehouse
androle
onSnowflakeCredential
(UI-2276)
Other improvements & fixes
- Change: Default to same field as source on reference (UI-2307)
- Bug Fix: Improved dynamic threshold preview (VR-2330)