반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- SQL
- Google Excel
- Kotlin
- math
- Google Spreadsheet
- GIT
- google apps script
- Mac
- array
- numpy
- Excel
- gas
- PySpark
- string
- django
- c#
- Tkinter
- 파이썬
- matplotlib
- Redshift
- Java
- list
- PostgreSQL
- Apache
- PANDAS
- Github
- hive
- dataframe
- Python
Archives
- Today
- Total
목록server version (1)
달나라 노트
Python tableauserverclient : server.version (tableau server version setting, tableau server 버전 설정)
tableauserverclient를 사용하다보면 간혹 코드는 정상인데 제대로 작동되지 않을 때가 있습니다. RequestOptions를 이용해서 특정 Project class를 얻어오는 코드를 작성했는데 에러가 발생합니다. import tableauserverclient as TSC id = 'user_1' pw = 'pw_1' url_tableau = 'https://tableau-server.test.com' server = TSC.Server(url_tableau) tableau_auth = TSC.TableauAuth(id, pw) server.auth.sign_in(tableau_auth) req_option = TSC.RequestOptions() req_option.filter.add(TS..
Python/Python tableauserverclient
2022. 5. 26. 19:22