Closed TonyOuyangGit closed 1 year ago
63 tests +2 63 :heavy_check_mark: +2 3s :stopwatch: ±0s 1 suites ±0 0 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit 7117553b. ± Comparison against base commit 4490e9ba.
:recycle: This comment has been updated with latest results.
Thanks @hsheth2 and team for reviewing this! We are excited to seeing this merged.
This PR implements a new action that can listen to the
MetadataChangeLogEvent_v1
events and convert it toMetadataChangeProposal
and use the Python emitter SDK to emit the proposal to another datahub instance.The configuration file takes
gms_server
andgms_auth_token
to emit the proposal to another datahub instance, sinceMetadataChangeProposal
currently only supports theUPSERT
change type, we'll only focus onMetadataChangeLogEvent_v1
with theUPSERT
type.Tests and doc for the changes have been added