Skip to content

Commit

Permalink
Update tableau_utilities/scripted_testing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinGrilli authored Feb 29, 2024
1 parent c702122 commit 38b7ef8
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tableau_utilities/scripted_testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,6 @@
os.chdir(tmp_folder)

# ### ### Testing here ### ###
# RAN IN --> 217 seconds
# tableau_auth = TSC.PersonalAccessTokenAuth(
# personal_access_token_name,
# personal_access_token_secret,
# site_id=site
# )
# server = TSC.Server(host, use_server_version=True)
# server.auth.sign_in(tableau_auth)
# datasource_item = [d for d in server.datasources.get()[0] if d.id == dsid][0]
# server.datasources.publish(datasource_item, path, 'Overwrite')
# print('Published')

# datasource = Datasource('../resources/test_data_source.tdsx')
# datasource.unzip()
Expand Down

0 comments on commit 38b7ef8

Please sign in to comment.