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
When ANL (or any new dataset) is created in teal_transform_module and teal_module is based on this new dataset only, then related datasets are ignored when building an application. For related datanames filter panel is not shown as they are not listed in module$datanames but only needed in teal_transform_module to successfully evaluate transform code.
We need a way to include related datanames also in the filter-panel and be able to filter them (in order to filter ANL indirectly).
Matter was discussed by the team and we sense that teal_transform_module needs datanames argument which can be set by app-developer, but also can have relevant default values.
When creating wrappers for example transform_merge_module it should be very easy to determine "related datanames" as they would have to be specified to construct the merge call. We think that problem of datanames exists only for generic teal_transform_module in situations when module$datanames don't contain related datanames (normally they do contain).
The text was updated successfully, but these errors were encountered:
What happened?
When
ANL
(or any new dataset) is created inteal_transform_module
andteal_module
is based on this new dataset only, then related datasets are ignored when building an application. For related datanames filter panel is not shown as they are not listed inmodule$datanames
but only needed inteal_transform_module
to successfully evaluate transform code.We need a way to include related datanames also in the filter-panel and be able to filter them (in order to filter ANL indirectly).
Matter was discussed by the team and we sense that
teal_transform_module
needsdatanames
argument which can be set by app-developer, but also can have relevant default values.example app
P.S.
When creating wrappers for example
transform_merge_module
it should be very easy to determine "related datanames" as they would have to be specified to construct the merge call. We think that problem ofdatanames
exists only for genericteal_transform_module
in situations whenmodule$datanames
don't contain related datanames (normally they do contain).The text was updated successfully, but these errors were encountered: