Skip to content

Commit

Permalink
Fix for simple supports
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Aug 23, 2024
1 parent 2a08c40 commit 8f66d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ process_simple_dbs:
pipeline:
- run: update_package
parameters:
revision: 2024.08.18-1
revision: 2024.08.23-1
- flow: datapackage_pipelines_budgetkey.pipelines.simpledb.process
Original file line number Diff line number Diff line change
Expand Up @@ -725,12 +725,13 @@ def debug_source(source, debug):
'בקשת תמיכה אחרים',
'תמיכה לרשות מקומית',
'מענקים על פי נוסחה',
'א3',
'3' + ',
'הקצבות',
'תמיכה דרך מוסד',
'תמיכה כלכלית',
'בקשת תמיכה לפרט',
],
transform=lambda x: ('3' + 'א') if x == ('א' + '3') else x,
),
dict(
name='year',
Expand Down

0 comments on commit 8f66d60

Please sign in to comment.