8000 Merge pull request #246 from t8y8/245-fix-hyper-hyper · a4441834/server-client-python@55309f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55309f1

Browse files
author
Russell Hay
authored
Merge pull request tableau#246 from t8y8/245-fix-hyper-hyper
Get ready for supporting .hyper files when Hyper releases
2 parents fa7e568 + 588e510 commit 55309f1

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
@@ -14,7 +14,7 @@
1414
# The maximum size of a file that can be published in a single request is 64MB
1515
FILESIZE_LIMIT = 1024 * 1024 * 64 # 64MB
1616

17-
ALLOWED_FILE_EXTENSIONS = ['tds', 'tdsx', 'tde']
17+
ALLOWED_FILE_EXTENSIONS = ['tds', 'tdsx', 'tde', 'hyper']
1818

1919
logger = logging.getLogger('tableau.endpoint.datasources')
2020

0 commit comments

Comments
 (0)
0