-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding ability to import dataset asset with no 'targets' field like filter divider #321
Conversation
Hey @swish-gweisang, Thank you for catching this issue and also for working on a solution. It seems the latest commit removed your actual changes. Are you looking to move forward with this contribution? Happy to review the PR 🙌 🙏 |
@Vitor-Avila Thanks! My bad. Added the fix back in ... |
Hey @swish-gweisang, I left a comment in the PR. Also, could you add a test with a dashboard that would have a divider in its configuration? Or alternatively modify the dashboard mock used by tests that cover this flow to have a divider? This way we can prevent a regression. Thank you! |
Hey @swish-gweisang, I'm wondering if you had a chance to check my last message. I'm looking forward to push this one across the finish line. 🙌 Thank you! |
thanks for adding the test @swish-gweisang! 🙏 I think we're only missing to resolve the conflicts and I can restart CI. Are you able to resolve the conflicts or would you like me to handle these? thanks! |
Could you resolve these conflicts?
Best
---
Guillaume Weisang, Ph. D.
Trading Analytics Manager
***@***.***

… On Oct 25, 2024, at 11:37 AM, Vitor Avila ***@***.***> wrote:
thanks for adding the test @swish-gweisang <https://github.com/swish-gweisang>! 🙏 I think we're only missing to resolve the conflicts and I can restart CI. Are you able to resolve the conflicts or would you like me to handle these? thanks!
—
Reply to this email directly, view it on GitHub <#321 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BBPNS4NYZPINOTPDS53JWZLZ5JQTVAVCNFSM6AAAAABP7H2M5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZYGE2DSMZWGY>.
You are receiving this because you were mentioned.
|
1d727b2
to
36b4e4e
Compare
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!
Currently, importing a dashboard with filter dividers will break as the import of the dataset filters expects a 'targets' field in the yaml config file. However, a filter divider, which has no target, can still be imported if the 'targets' field defaults to an empty
dict
.