From 5008becd15e4018917a23b526684376e34a40c7f Mon Sep 17 00:00:00 2001 From: David Doebel Date: Thu, 12 Mar 2026 14:50:47 +0100 Subject: [PATCH] Write first data ingestion and SQL support --- src/data/ingestion/ingest_yahoo_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ingestion/ingest_yahoo_options.py b/src/data/ingestion/ingest_yahoo_options.py index e87e279..8c1dff2 100644 --- a/src/data/ingestion/ingest_yahoo_options.py +++ b/src/data/ingestion/ingest_yahoo_options.py @@ -62,7 +62,7 @@ def get_or_create_underlying(conn, symbol: str) -> int: }) result = conn.execute(query_select, {"symbol": symbol}).fetchone() - return result[0] + return result[0] #h def get_or_create_contract(