This commit is contained in:
Jason 2025-05-30 10:39:52 -07:00
parent 92cd221dde
commit 6056ce116a

View File

@ -46,7 +46,7 @@ def date_to_datetime(d):
return d
with DAG(
'job_bot_api_dag',
'job_bot_api_dag2',
default_args=default_args,
description='A DAG to fetch data from job-bot API and process it',
schedule='*/10 * * * *', # Every 10 minutes