We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5f372a + 9509061 commit 3a2bd74Copy full SHA for 3a2bd74
1 file changed
dags/pipelines/notice_fetcher_pipelines.py
@@ -37,7 +37,7 @@ def notice_fetcher_by_query_pipeline(query: str = None) -> List[str]:
37
from ted_sws.event_manager.services.log import log_error
38
notice_ids = None
39
try:
40
- ted_api_query = {"q": query}
+ ted_api_query = {"query": query}
41
mongodb_client = MongoClient(config.MONGO_DB_AUTH_URL)
42
notice_ids = NoticeFetcher(notice_repository=NoticeRepository(mongodb_client=mongodb_client),
43
ted_api_adapter=TedAPIAdapter(
0 commit comments