We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Affected module Does it impact the UI, backend or Ingestion Framework?
Backend
Describe the bug A clear and concise description of what the bug is.
When doing a patch to the server with
from_entity: Optional[DashboardDataModel] = self.metadata.get_by_name( entity=DashboardDataModel, fqn=f"{self.config.serviceName}.model.MY_MODEL_NAME", ) to_entity: DashboardDataModel = deepcopy(from_entity) to_entity.sql.root = "updated sql !" self.metadata.patch( entity=DashboardDataModel, source=from_entity, destination=to_entity, )
It does not update the entity in OMD. The response from patch contains same old sql value.
sql
To Reproduce
Screenshots or steps to reproduce
Expected behavior A clear and concise description of what you expected to happen.
We expect the backend to update the entity in DB
Version:
openmetadata-ingestion[docker]==XYZ
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Affected module
Does it impact the UI, backend or Ingestion Framework?
Backend
Describe the bug
A clear and concise description of what the bug is.
When doing a patch to the server with
It does not update the entity in OMD. The response from patch contains same old
sql
value.To Reproduce
Screenshots or steps to reproduce
Expected behavior
A clear and concise description of what you expected to happen.
We expect the backend to update the entity in DB
Version:
openmetadata-ingestion[docker]==XYZ
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: