Skip to content

Commit a49364c

Browse files
Update notice_fetcher_pipelines.py
1 parent 00c1e41 commit a49364c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dags/pipelines/notice_fetcher_pipelines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def notice_fetcher_by_date_pipeline(date_wild_card: str = None) -> List[str]:
2121
request_api=TedRequestAPI())).fetch_notices_by_date_wild_card(
2222
wildcard_date=date_wild_card)
2323
create_and_store_in_mongo_db_daily_supra_notice(notice_ids=notice_ids, mongodb_client=mongodb_client,
24-
notice_fetched_date=notice_publication_date)
24+
ted_publication_date=notice_publication_date)
2525
except Exception as error:
2626
log_error(message=str(error))
2727

0 commit comments

Comments
 (0)