Skip to content

Instantly share code, notes, and snippets.

@Curts0
Created September 22, 2022 23:13
Show Gist options
  • Save Curts0/88348059831dde5179f2b3f6e03cb7ac to your computer and use it in GitHub Desktop.
Save Curts0/88348059831dde5179f2b3f6e03cb7ac to your computer and use it in GitHub Desktop.
import pytabular
model = pytabular.Tabular(CONNECTION_STR)
tables = pytabular.Return_Zero_Row_Tables()
if len(tables) > 0:
model.Refresh(tables, Tracing = True) #Add a trace in there for some fun.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment