Skip to content

Commit 15c6024

Browse files
Update new_worker_single_notice_process_orchestrator.py
1 parent 806e5a7 commit 15c6024

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dags/new_worker_single_notice_process_orchestrator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ def _transform_notice(**context_args):
141141
event_logger: EventLogger = get_logger_from_dag_context(context_args)
142142
event_message: NoticeEventMessage = NoticeEventMessage()
143143
event_message.start_record()
144-
145-
notice = pull_dag_upstream(NOTICE_ID)
144+
notice = pull_dag_upstream(NOTICE_OBJECT)
146145
mapping_suite_id = pull_dag_upstream(MAPPING_SUITE_ID)
147146
mongodb_client = MongoClient(config.MONGO_DB_AUTH_URL)
148147
mapping_suite_repository = MappingSuiteRepositoryMongoDB(mongodb_client=mongodb_client)

0 commit comments

Comments
 (0)