Skip to content

Commit 3ddb495

Browse files
author
mouadja02
committed
test
1 parent 1ae0731 commit 3ddb495

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

dags/bitcoin_ohlcv_dataset.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def fetch_btc_data(**context):
288288
'limit': '48'
289289
}
290290

291+
291292
try:
292293
response = requests.get(url, params=params)
293294
response.raise_for_status()

dags/technical_indicators_dag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
max_active_runs=1,
4040
)
4141

42+
4243
def check_table_status(**context):
4344
"""
4445
Check if HOURLY_TA table needs initialization or just delta update

0 commit comments

Comments
 (0)