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
- Disable ``server.session.enabled`` by default. It is required only by KeycloakAuthProvider which is not used by default.
8
+
9
+
Bug Fixes
10
+
---------
11
+
12
+
- Escape unprintable ASCII symbols in SQL queries before storing them in Postgres. Previously saving queries containing ``\x00`` symbol lead to exceptions.
13
+
- Kafka topic with malformed messages doesn't have to use the same number partitions as input topics.
14
+
- Prevent OpenLineage from reporting events which claims to read 8 Exabytes of data, this is actually a Spark quirk.
0 commit comments