You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web: NewData Observability dashboard for stats on OpenLineage events (24hrs, past 7.days); views are also available for sources, datasets, and jobs; new job list view has also been introduced displaying the latest N runs (and duration) for a given job #2913@phixMe
--runs-per-job: limits OL run executions per job up to N (default: 10)
--runs-active: limits OL run executions marked as active (='RUNNING') up to N
--max-run-fails-per-job: maximum OL run fails per job (default: 2)
--min-run-duration: minimum OL run duration (in seconds) per execution (default: 300)
--run-start-time: specifies the OL run start time in UTC ISO ('YYYY-MM-DDTHH:MM:SSZ'); used for the initial OL run, with subsequent runs starting relative to the initial start time. (default: 2024-10-15T01:00:11.080828Z)
--run-end-time: specifies the OL run end time in UTC ISO ('YYYY-MM-DDTHH:MM:SSZ'); used for the initial OL run, with subsequent runs ending relative to the initial end time. (default: 2024-10-15T01:07:25.080828Z)
Web: Use DatasetVersionAPI to display latest schema and remove extra job facets API call in dataset panel #2938@phixMe
Web: Use DatasetAPI for data quality assertions in dataset panel #2937@phixMe
Web: Fill-in job node in lineage graph with correct color for JobEvents #2934@phixMe
Web: Fill-in job node in lineage graph with correct color for run states RUNNING, COMPLETED, etc #2897@phixMe
API: Pagination for DatasetVersion.findAll(); not all dataset versions were returned for GET/api/v1/namespaces/{namespace}/datasets/{dataset}/versions#2944@inanalper
API: null namespace and dataset name in viewdataset_view for old versions; use tabledataset_versions instead in column lineage query #2881@sophiely
API: Ensure Job.latestRun in Job object is set for runs in a RUNNING state; before Job.latestRun was set only for a run in a done state (COMPLETED / FAILED) #2933@phixMe
CLI: Repurpose cmd db-migrate to run all pending database migrations, no longer coupling migrations with HTTP server startup #2936@davidjgoss
Chart: Missing common labels for deployment.replicas#2877@alaturqua