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

Dashboard FilterVariable option with_preferred_suggestions() doesn't seem to work #97

Open
tlisonbee opened this issue Apr 16, 2019 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@tlisonbee
Copy link
Member

This is low priority because it isn't a super important feature but when I tried using it, this feature didn't seem to work.

E.g.

Dashboard() \
        .with_name(name) \
        .with_charts(*charts) \
        .with_filters(
        DashboardFilters() \
            .with_variables(
            FilterVariable() \
                .with_property("aws_account_id")
                .with_alias("aws_account_id")
                .with_value(aws_account_id)
                .with_preferred_suggestions([aws_account_id])
                .with_apply_if_exists(True))
@tlisonbee tlisonbee changed the title Dashboard Filter option with_preferred_suggestions doesn't seem to work Bug: Dashboard Filter option with_preferred_suggestions doesn't seem to work Apr 16, 2019
@tlisonbee tlisonbee changed the title Bug: Dashboard Filter option with_preferred_suggestions doesn't seem to work Bug: Dashboard Filter option with_preferred_suggestions() doesn't seem to work Apr 17, 2019
@tlisonbee tlisonbee changed the title Bug: Dashboard Filter option with_preferred_suggestions() doesn't seem to work Bug: Dashboard FilterVariable option with_preferred_suggestions() doesn't seem to work Apr 17, 2019
@dogonthehorizon dogonthehorizon added this to To do in Kanban Apr 27, 2019
@dogonthehorizon dogonthehorizon changed the title Bug: Dashboard FilterVariable option with_preferred_suggestions() doesn't seem to work Dashboard FilterVariable option with_preferred_suggestions() doesn't seem to work May 14, 2019
@dogonthehorizon dogonthehorizon added the bug Something isn't working label May 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Kanban
  
To do
Development

No branches or pull requests

2 participants