You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's come up a few times that essentially I would like a dedicated interface for "give me the models for this report".
Describe the solution you'd like
Ideally something that you can store a model such as:
The above description isn't enough in trial.store() to know that this item is specifically a model that should be put in report.models. This means we need to do one of two things:
The second is more flexible as we could essentially provide tagged items in a store but I am afraid that this feature ends up opening up another whole can of worms. As a result, I think the first approach is more scoped.
Describe alternatives you've considered
The current alternative is just having no report.models attribute and manually mapping between. This workaround works absolutely fine but prevents some higher level automations from occuring unless there's a stringly based interface
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
It's come up a few times that essentially I would like a dedicated interface for "give me the models for this report".
Describe the solution you'd like
Ideally something that you can store a model such as:
And retrieve it later from the report as
The above description isn't enough in
trial.store()
to know that this item is specifically a model that should be put inreport.models
. This means we need to do one of two things:The second is more flexible as we could essentially provide tagged items in a store but I am afraid that this feature ends up opening up another whole can of worms. As a result, I think the first approach is more scoped.
Describe alternatives you've considered
The current alternative is just having no
report.models
attribute and manually mapping between. This workaround works absolutely fine but prevents some higher level automations from occuring unless there's a stringly based interfaceThe text was updated successfully, but these errors were encountered: