Skip to content

Commit

Permalink
Just a quick note on how this is not a full test suite yet like the o…
Browse files Browse the repository at this point in the history
…ther ones are
  • Loading branch information
Bryant Howell committed Dec 7, 2019
1 parent 0bf0960 commit a8fc225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/test_suite_tableau_documents.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
from ...tableau_tools import *
from tableau_documents import *

#
# WIP and will be more fully built out in the future. See template_publish_sample.py for other uses as well as the README
#

def live_db_connection_changes():
t_file: TDS = TableauFileManager.open(filename='Live PostgreSQL.tds')
if isinstance(t_file, DatasourceFileInterface):
Expand Down

0 comments on commit a8fc225

Please sign in to comment.