Skip to content

Commit

Permalink
Fix sample comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bcantoni committed Sep 28, 2024
1 parent 9709261 commit 738a7f6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions samples/extracts.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
####
# This script demonstrates how to use the Tableau Server Client
# to interact with workbooks. It explores the different
# functions that the Server API supports on workbooks.
#
# With no flags set, this sample will query all workbooks,
# pick one workbook and populate its connections/views, and update
# the workbook. Adding flags will demonstrate the specific feature
# on top of the general operations.
####
# This script demonstrates how to use the Tableau Server Client to interact with extracts.
# It explores the different functions that the REST API supports on extracts.
#####

import argparse
import logging
Expand Down

0 comments on commit 738a7f6

Please sign in to comment.