From 738a7f60f37301a5566af860b6e6f6112ebc80f2 Mon Sep 17 00:00:00 2001 From: Brian Cantoni Date: Sat, 28 Sep 2024 11:22:55 -0700 Subject: [PATCH] Fix sample comment --- samples/extracts.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/samples/extracts.py b/samples/extracts.py index d21bfdd0..c0dd885b 100644 --- a/samples/extracts.py +++ b/samples/extracts.py @@ -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