Skip to content
New issue

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

Usability issue: Labels and a Transformer on a Schema do not co-exist. #630

Closed
whitingjr opened this issue Aug 28, 2023 · 5 comments
Closed
Labels
type/bug Something isn't working

Comments

@whitingjr
Copy link
Collaborator

whitingjr commented Aug 28, 2023

Describe the bug

Any label values become unavailable/deleted when a Transformer is added to a Schema.

To Reproduce

Create a Label on a Schema. Check the value is created.
Create a Transformer on the same Schema. This causes the label values to disappear.

Version

 0.7.11

@whitingjr whitingjr added the type/bug Something isn't working label Aug 28, 2023
@stalep
Copy link
Member

stalep commented Sep 9, 2023

I added some more tests with this issue in mind to the Quarkus3 migration pr: a0fd8f5
I could not reproduce this issue through the unit test, but we should check after the Quarkus3 pr is merged with master.

@stalep
Copy link
Member

stalep commented Sep 28, 2023

@whitingjr can you reproduce this with master now?

@whitingjr
Copy link
Collaborator Author

@stalep Yes it can be reproduced.
Beforehand the default Dataset is relied on to produce Label values for a Schema.
When a Transformer is added to the Schema then that default Dataset no longer is available. Only the Datasets generated by the Transformer(s).

@stalep
Copy link
Member

stalep commented Oct 19, 2023

If a label is added/changed/deleted all datasets will be recalculated, but transformes should not afaik. Can you check against master?

@whitingjr
Copy link
Collaborator Author

still still occurs. unlikely to be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants