Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 656 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 656 Bytes

Asana2Postgres-Python Build Status

  • Create a database
  • Ensure environment variables are set or coded This uses Metabase variables and an ASANA_TOKEN variable
  • Run import then sync

Run with

python <NAME> <PROJECT_ID> <TABLE_NAME>

<PROJECT_ID> <TABLE_NAME> are optional and default is support tickets table, however these must be in order so a <PROJECT_ID> must be set to set a <TABLE_NAME>. Database creation is supported and to change database edit the py file.