Skip to content

Commit

Permalink
add eform xml checker
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainOfHacks committed Mar 12, 2024
1 parent 13681c6 commit b1eecc4
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 51 deletions.
2 changes: 1 addition & 1 deletion dags/eforms_notices/fetch_eform_notices_by_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def fetch_by_date_notice_from_ted():
notice-subtype IN (10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24) AND FT~"eforms-sdk-" AND
PD={date_wildcard}
"""

print(f"START for date: {date_wildcard}")
notice_ids = notice_fetcher_by_query_pipeline(query=query)
if not notice_ids:
log_warning("No notices has been fetched!")
Expand Down
Loading

0 comments on commit b1eecc4

Please sign in to comment.