Skip to content

Commit 1cc1fbe

Browse files
committed
update updating doc
1 parent 0903423 commit 1cc1fbe

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/how/updating-datahub.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@ This file documents any backwards-incompatible changes in DataHub and assists pe
4848
- #11619 - schema field/column paths can no longer be duplicated within the schema
4949
- #11570 - The `DatahubClientConfig`'s server field no longer defaults to `http://localhost:8080`. Be sure to explicitly set this.
5050
- #11570 - If a `datahub_api` is explicitly passed to a stateful ingestion config provider, it will be used. We previously ignored it if the pipeline context also had a graph object.
51-
- #11518 - DataHub Garbage Collection: Various entities that are soft-deleted (after 10d) or are timeseries *entities* (dataprocess, execution requests) will be removed automatically using logic in the `datahub-gc` ingestion source.
51+
- #11518 - DataHub Garbage Collection: Various entities that are soft-deleted
52+
(after 10d) or are timeseries *entities* (dataprocess, execution requests)
53+
will be removed automatically using logic in the `datahub-gc` ingestion
54+
source.
55+
- #12067 - Default behavior of DataJobPatchBuilder in Python sdk has been
56+
changed to NOT fill out `created` and `lastModified` auditstamps by default
57+
for input and output dataset edges. This should not have any user-observable
58+
impact (time-based lineage viz will still continue working based on observed time), but could break assumptions previously being made by clients.
5259

5360
### Potential Downtime
5461

0 commit comments

Comments
 (0)