This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------- | |
# Purpose: refresh Tableau packaged workbook file's underlying dataextract file from SQL | |
# Author: jasonlopez01 | |
# Created: 05/08/2016 | |
# Note: could also load in from csv, Excel, etc. | |
#------------------------------------------------------------------------------- | |
import pyodbc, os, shutil, datetime, zipfile, time, sys | |
import dataextract as tde |