Skip to content

Commit

Permalink
Load 2025 budget proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Dec 8, 2024
1 parent f87e277 commit eca173c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ national-budgets:
sheet: 1
force_strings: true
name: budget2024
- run: load
parameters:
from: https://budgetkey-files.ams3.digitaloceanspaces.com/yearly-budgets/tableau_BudgetData2025.xlsx
sheet: 1
force_strings: true
name: budget2025
- flow: only_years
- run: concatenate
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ with-extras:
pipeline:
- run: add_metadata
parameters:
title: תקציב מדינת ישראל, 1997-2024
title: תקציב מדינת ישראל, 1997-2025
name: processed-national-budget-with-extras
readme: התקציב השנתי של ממשלת ישראל, כפי שמפורסם על ידי אגף התקציבים - ועוד קצת עיבודים שלנו.
- run: load_resource
Expand Down
3 changes: 3 additions & 0 deletions datapackage_pipelines_budgetkey/pipelines/simpledb/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def debug_source(source, debug):
description='''
סעיפי התקציב מספר תקציב המדינה.
המידע הוא לכלל שנות התקציב מאז 1997 ועד השנה הנוכחית (2024).
בנוסף זמינה גם הצעת התקציב לשנת 2025.
אופן ביצוע שאילתות database:
- חיפוש סעיף תקציבי רק על פי קוד סעיף תקציבי.
Expand Down Expand Up @@ -280,6 +281,8 @@ def debug_source(source, debug):
description='''
סעיפי הכנסות המדינה מתוך ספר תקציב המדינה.
המידע הוא לכלל שנות התקציב מאז 1997 ועד השנה הנוכחית (2024).
בנוסף זמינה גם הערכת ההכנסות לתקציב לשנת 2025.
חיפוש טקסט חופשי - לפי שמות הסעיפים *בלבד*!
השתמש בשדה code בשליפות ב-db ולא בשדה title.
''',
Expand Down

0 comments on commit eca173c

Please sign in to comment.