Skip to content

Commit

Permalink
Remove duplicate file from changes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 26, 2025
1 parent b70417c commit 77cc733
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,17 @@ national-budget-changes:
tabulator:
encoding: windows-1255
headers: 4
- run: resource_without_excel_formulas
# runner: tzabar
parameters:
# url: https://budgetkey-files.ams3.digitaloceanspaces.com/yearly-budgets/approv_data.csv
url: https://www.gov.il/files/mof/Budgetchanges/approv_data.csv
resource:
name: changes_2025
path: data/changes_2025.csv
tabulator:
encoding: windows-1255
headers: 4
# - run: resource_without_excel_formulas
# # runner: tzabar
# parameters:
# # url: https://budgetkey-files.ams3.digitaloceanspaces.com/yearly-budgets/approv_data.csv
# url: https://www.gov.il/files/mof/Budgetchanges/approv_data.csv
# resource:
# name: changes_2025
# path: data/changes_2025.csv
# tabulator:
# encoding: windows-1255
# headers: 4
- run: resource_without_excel_formulas
# runner: tzabar
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ transactions:
- run: dump.to_path
parameters:
out-path: /var/datapackages/budget/national/changes/transactions
- run: dump.to_sql
parameters:
tables:
raw_budget_changes_transactions:
resource-name: transactions
- run: aws.dump.to_s3
parameters:
bucket: budgetkey-files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ def convert_request_summary(row):
dict(
name='item_url',
description='''
קישור לעמוד הפריט באתר מפתח התקציב.
קישור לדו״ח מפורט על התכניתה התקציבית באתר מפתח התקציב.
''',
type='string',
default=lambda row: f'https://next.obudget.org/dashboards/budget-transfers/budget/{row["budget_code"]}/{row["year"]}'
Expand Down

0 comments on commit 77cc733

Please sign in to comment.