We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5772c commit 9afc0b3Copy full SHA for 9afc0b3
1 file changed
tableauserverclient/server/request_options.py
@@ -167,6 +167,7 @@ def get_query_params(self):
167
if self.max_age != -1:
168
params["maxAge"] = self.max_age
169
170
+ self._append_view_filters(params)
171
return params
172
173
0 commit comments