-
Notifications
You must be signed in to change notification settings - Fork 18
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
eng-2888-investigate-resource-edit-bug #1273
Conversation
…t item box styling. (#1258) Co-authored-by: Andre Giron <[email protected]>
Co-authored-by: Andre Giron <[email protected]>
…ces page after deleting a resource. Also fixes lint
…le confirm button after completing form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, Thanks for fixing this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This hack is fine with me for now. Can we tag it with a task though?
e01e703
to
3d08e03
Compare
1ff5a60
to
6174ca5
Compare
@eunice-chan can you also add the |
…queducthq/aqueduct into eng-2888-investigate-resource-edit-bug
Describe your changes and why you are making these changes
Can edit Postgres integration name now.
The issue is that none of the Config models have an
exec_state
field and we do not allow extra fields so pydantic throws an error when trying to convert the json.Not sure who has context regarding why there is an
exec_state
field. Once we have more information, we can update this PR so that we can either remove that field from the spec or update the model to expect it (not optional field).Related issue number (if any)
ENG 2888
ENG 2864
Checklist before requesting a review
python3 scripts/run_linters.py -h
for usage).run_integration_test
: Runs integration testsskip_integration_test
: Skips integration tests (Should be used when changes are ONLY documentation/UI)