Compare commits
1 Commits
efdcc84ae7
...
23d6b83ffd
| Author | SHA1 | Date | |
|---|---|---|---|
| 23d6b83ffd |
@@ -8,9 +8,6 @@ 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"),
|
||||
|
||||
Reference in New Issue
Block a user