We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1499d0 commit 630eaedCopy full SHA for 630eaed
1 file changed
tableauserverclient/models/interval_item.py
@@ -305,6 +305,7 @@ def interval(self, interval_values):
305
"Fourth",
306
"Fifth",
307
"Last",
308
+ "Customized Monthly",
309
]
310
for value in range(1, 32):
311
VALID_INTERVALS.append(str(value))
0 commit comments