mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-24 14:08:45 +00:00
Fix : Dashboard OverrideMetadata (#20793)
This commit is contained in:
parent
1839a061be
commit
4dd94516e7
@ -612,6 +612,7 @@ class DashboardServiceSource(TopologyRunnerMixin, Source, ABC):
|
||||
patch_request = PatchRequest(
|
||||
original_entity=original_entity,
|
||||
new_entity=original_entity.model_copy(update=create_request.__dict__),
|
||||
override_metadata=self.source_config.overrideMetadata,
|
||||
)
|
||||
if isinstance(original_entity, Dashboard):
|
||||
# For patch the charts need to be entity ref instead of fqn
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user