Skip to content

Commit

Permalink
Supports simpledb
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Oct 12, 2024
1 parent c849a3b commit ce1d3ae
Show file tree
Hide file tree
Showing 2 changed files with 19 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.24-3
revision: 2024.10.11-01
- flow: datapackage_pipelines_budgetkey.pipelines.simpledb.process
19 changes: 18 additions & 1 deletion datapackage_pipelines_budgetkey/pipelines/simpledb/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,24 @@ def debug_source(source, debug):
מטרת התמיכה התקציבית.
שדה זה בדרך כלל קצר ולא מאוד תיאורי.
''',
sample_values=['פסטיבלים לתרבות ואומנות - תמיכה', 'סל לתרבות עירונית', 'חוק הפיקדון - תמיכהברשויות'],
most_common_values=[
'מענק איזון לרשויות מקומיות',
'מענק לאינטל',
'תמיכה בקופות חולים בגין הסכמי ייצוב',
'בנייה חדשה של כיתות לימוד - כללי',
'תמיכה במוסדות תורניים',
'מענק בירה',
'תמיכה בקופות החולים בגין משבר הקורונה',
'חרבות ברזל- מענקים ייעודיים לרשויות',
'מעונות יום ומשפחתונים - סבסוד שהות ילדי',
'תכנית לאומית לחיזוק הרפואה הציבורית',
'סל נתצים - מאיץ',
'מבחני תמיכה בקופות חולים',
'סיוע בגין אי העלאת גיל פרישה',
'מגזרי המיעוטים',
'קרן לצמצום פערים ברשויות המקומיות',
'בנייה חדשה של גני ילדים',
],
type='string',
default=lambda row: row.get('support_title')
),
Expand Down

0 comments on commit ce1d3ae

Please sign in to comment.