What is the problem or goal the end user is trying to solve or accomplish?
Users would like to apply temporal filters in the dataset inner query, without having them applied to the outer query. This is possible for the filter_values()
Jinja macro when using the remove_filter=True
parameter. This is not possible with the from_dttm
and to_dttm
macros.
How are they solving it currently?
Currently not possible.
What is the recommended solution by the Customer?
Provide the ability to use the remove_filter
parameter with temporal values (or an equivalent).