Skip to content

Commit ea5945c

Browse files
authored
Include 'parquet' as a publishing file type (tableau#984)
1 parent 34ed9b5 commit ea5945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/server/endpoint/datasources_endpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# The maximum size of a file that can be published in a single request is 64MB
2424
FILESIZE_LIMIT = 1024 * 1024 * 64 # 64MB
2525

26-
ALLOWED_FILE_EXTENSIONS = ["tds", "tdsx", "tde", "hyper"]
26+
ALLOWED_FILE_EXTENSIONS = ["tds", "tdsx", "tde", "hyper", "parquet"]
2727

2828
logger = logging.getLogger("tableau.endpoint.datasources")
2929

0 commit comments

Comments
 (0)