We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ed9b5 commit ea5945cCopy full SHA for ea5945c
tableauserverclient/server/endpoint/datasources_endpoint.py
@@ -23,7 +23,7 @@
23
# The maximum size of a file that can be published in a single request is 64MB
24
FILESIZE_LIMIT = 1024 * 1024 * 64 # 64MB
25
26
-ALLOWED_FILE_EXTENSIONS = ["tds", "tdsx", "tde", "hyper"]
+ALLOWED_FILE_EXTENSIONS = ["tds", "tdsx", "tde", "hyper", "parquet"]
27
28
logger = logging.getLogger("tableau.endpoint.datasources")
29
0 commit comments