-
Notifications
You must be signed in to change notification settings - Fork 501
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
The Sync Status on the modeling page is unsync
after onboarding process finished.
#706
Comments
Hi @onlyjackfrost, can I work on this issue? |
assigned |
@onlyjackfrost I am not able to reproduce the issue. |
@hpatel292-seneca My bad, the "Undeployed changes" on the screenshot you provide is the "unsynced" I said. |
Hi @onlyjackfrost, I tried printing how the model looks like in src/apollo/server/mdl/mdlBuilder.ts Here is what I got
and you mentioned sorting this by their keys. Do you mean ID? |
Describe the bug
The Sync Status on the modeling page has a probability of being
Undeployed changes
after the onboarding process is finished.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The sync status should be "synced" with a green check icon
Desktop (please complete the following information):
Wren AI Information
Solutions
The cause of this bug is the order of mdl columns & models were not consistent
In the src/apollo/server/mdl/mdlBuilder.ts file, modify the MDLBuilder constructor to sort the input columns, models, and relations by their keys.
The text was updated successfully, but these errors were encountered: