We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24692e9 + 19ac174 commit 269289dCopy full SHA for 269289d
gooddata-sdk/gooddata_sdk/catalog/export/request.py
@@ -72,7 +72,7 @@ def __attrs_post_init__(self) -> None:
72
"""
73
Validates that the provided format is supported and raises ValueError if not.
74
75
- supported_formats = ["CSV", "XLSX"]
+ supported_formats = ["CSV", "XLSX", "HTML", "PDF"]
76
if self.format not in supported_formats:
77
raise ValueError(
78
f"format '{self.format}' is not presented " f"in supported formats {','.join(supported_formats)}"
0 commit comments