Skip to content

Instantly share code, notes, and snippets.

@Curts0
Created September 22, 2022 23:15
Show Gist options
  • Save Curts0/ead2c430e9daff090a036d6e7c94d753 to your computer and use it in GitHub Desktop.
Save Curts0/ead2c430e9daff090a036d6e7c94d753 to your computer and use it in GitHub Desktop.
import pytabular
model = pytabular.Tabular(CONNECTION_STR)
df = pytabular.Table_Last_Refresh_Times(model, group_partition = False)
model.Create_Table(df, 'Refresh Times')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment