Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ test_ingest_pgsql
Method
test_ingest_pgsql
excel-ingester/tests/test_ingester.py:31–32 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
29
logging.info(db.get_conn_str())
30
31
def
test_ingest_pgsql(self):
32
ingest(
"data/accounts.xlsx"
,
"testdb"
,
"accounts"
,
"pgsql"
)
33
34
35
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
ingest
Function · 0.85
Tested by
no test coverage detected