Compare commits
1 Commits
23d6b83ffd
...
efdcc84ae7
| Author | SHA1 | Date |
|---|---|---|
|
|
efdcc84ae7 |
|
|
@ -8,6 +8,9 @@ from .transform import (
|
|||
import psycopg2 as pg
|
||||
from typing import Tuple
|
||||
|
||||
## TODO seperate out loading from extraction
|
||||
## this currently handles getting data from api and loading into db
|
||||
|
||||
def connect():
|
||||
return pg.connect(
|
||||
dbname=env.get("POSTGRES_DB"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue