반응형
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
- math
- array
- Github
- dataframe
- Excel
- Redshift
- gas
- Mac
- c#
- list
- Python
- numpy
- Google Excel
- PostgreSQL
- google apps script
- SQL
- string
- Apache
- GIT
- django
- hive
- PySpark
- Tkinter
- matplotlib
- Google Spreadsheet
- PANDAS
- Java
- Kotlin
- 파이썬
Archives
- Today
- Total
목록RequestOptions (1)
달나라 노트
Python tableauserverclient : RequestOptions (Filtering)
tableauserverclient에서 Project, Workbook, View 등의 객체를 얻으려면 get method를 사용합니다. get method = https://cosmosproject.tistory.com/635 근데 그냥 get method만 사용하면 서버에 존재하는 모든 Project, 모든 Workbook, 모든 View에 대한 정보가 return되기 때문에 원하는 대상의 객체만을 얻어올 수 없습니다. 이럴 때 원하는 것만 얻어올 수 있도록 filtering하는 방법이 있습니다. import tableauserverclient as TSC id = 'user_1' pw = 'pw_1' url_tableau = 'https://tableau-server.test.com' server ..
Python/Python tableauserverclient
2022. 5. 25. 20:51