Skip to content

Instantly share code, notes, and snippets.

View broschke's full-sized avatar

Bernardo Roschke broschke

View GitHub Profile
@broschke
broschke / tableau_audit
Created March 10, 2021 12:56
Download and parse tableau server workbooks for meta data
#!/usr/bin/env python
# coding: utf-8
import xml.etree.ElementTree as ET
import tableauserverclient as TSC
import pandas as pd
import numpy as np
import os
import shutil
from pathlib import Path
#!/usr/bin/env python
# coding: utf-8
import requests as re
import json
import cred
import time