Skip to content

Instantly share code, notes, and snippets.

@jingningzhang1
Created June 24, 2022 01:03
Show Gist options
  • Save jingningzhang1/c34030cb4f8a8849683dd0f57c1ae47d to your computer and use it in GitHub Desktop.
Save jingningzhang1/c34030cb4f8a8849683dd0f57c1ae47d to your computer and use it in GitHub Desktop.
## Get a full table with SQL Alchemy
sensor_table = Table("gold_all_sensors", MetaData(bind=engine), autoload=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment