bastienboutonnet / sheetwork

A handy package to load Google Sheets to your database right from the CLI and with easy configuration via YAML files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Postgres Adaptor

bastienboutonnet opened this issue · comments

Starting work on this.

TODO:

  • try and get a sense of what db opearations are needed so that I can fixate the requirements for the Profile object. I might be able to figure this out from the kind of requirements dbt puts on postgres setups. Right now it looks like this:
postgres_db:
    db_type: postgres
    user: sheetwok_user
    password: magical_password
    host: localhost
    database: sheetwork_test
    schema: sheetwork_test_schema
    guser: sheetwork_test@blahh.iam.gserviceaccount.com

Implemented by #314