-
Notifications
You must be signed in to change notification settings - Fork 197
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
[HDX-253] Persist Custom Columns #152
Comments
Hey @MikeShi42 Can I give it a try? |
I noticed that this issue is getting more important. When I am using high performance logging in C#, I naturally have to fall back to structured logging format. Visually getting a hint on what is going on has now become very tedious, because now I only see something like:
I now have to configure columns all the time between different saved queries as they have very different column names. Since they are nowhere persisted, it becomes hard to actually see, what is going on. |
Sorry, Ellipsis encountered a problem while generating a pull request. Our team has been alerted and is investigating. (wflow_HOffSZs20EL18Low) 🤖 |
@MikeShi42 Can I work on this? |
@ptdatta - ah sorry totally missed your comment 🙁 If there's anything else you find interesting to contribute to please don't hesitate to ping or feel free to ping us on Discord as well if any of your comments are getting lost in our GH notifications. @JeyRathnam - I'll assign to you, let me know if you have any issues (or feel free to ping me on Discord) 😄 |
When a user adds a custom column to a search and saves the search, we should also persist the custom columns they've added as well. This would involve adding the custom column as a property to the saved search in the DB.
Related to: #27
From SyncLinear.com | HDX-253
The text was updated successfully, but these errors were encountered: