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
Copy file name to clipboardExpand all lines: release-notes.md
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,48 @@
1
1
# Release Notes
2
2
3
+
## 2022.09
4
+
5
+
### New Features
6
+
7
+
### Enhancements
8
+
9
+
#### DQ Job
10
+
11
+
* The Jobs chart now shows a dotted gray line to represent jobs in Submitted status. 
12
+
* The Jobs chart now supports an hourly view option.
13
+
14
+
#### Schema
15
+
16
+
* From the Config tab in Explorer, a Check Header checkbox under DQ Job is now available for when column names contain special characters. The Check Header checkbox is checked by default.
17
+
* When checked, schema findings do not display when detected.
18
+
* When unchecked, schema findings display when detected.
19
+
20
+
#### Scheduler
21
+
22
+
* The findings page now displays a green indicator next to the Schedule icon when you schedule a job to run automatically. If Scheduler is inactive, a red indicator displays. 
23
+
24
+
#### API
25
+
26
+
* The v2/gethoot API now properly returns rule dimension information for data sets. (ticket #89973)
27
+
28
+
### Fixes
29
+
30
+
#### Explorer
31
+
32
+
* Fixed an issue that prevented the Job Estimator from properly displaying row estimates when the run date was modified during a new job run. (ticket #90860)
33
+
* Fixed an issue that prevented DQ jobs created using NFS connection types from displaying. (ticket #92479)
34
+
35
+
#### Agent
36
+
37
+
* Fixed an issue that caused the Agent Check to no longer attempt check-ins to the metastore on K8s deployments, which resulted in red (unhealthy) status. (ticket #92055, 92963)
38
+
* Fixed an issue that prevented concurrent users from properly running Livy sessions. (ticket #92963, 90432)
0 commit comments