fixed path
This commit is contained in:
parent
ee8101a248
commit
fb62c02e5d
@ -59,7 +59,7 @@ with DAG(
|
||||
@task()
|
||||
def fetch_jobs():
|
||||
# Load configuration
|
||||
config = load_search_config('search_criteria.yaml')
|
||||
config = load_search_config('/opt/airflow/dags/search_criteria.yaml')
|
||||
|
||||
jobs = pd.DataFrame()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user