Compare commits

..

1 Commits

Author SHA1 Message Date
Andrei Stoica 23d6b83ffd basic extraction 2024-01-29 14:38:26 -05:00
1 changed files with 0 additions and 3 deletions

View File

@ -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"),