-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipeline-spec.yaml
170 lines (170 loc) · 6.18 KB
/
pipeline-spec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
ukraine-budget-spending:
schedule:
crontab: '0 * * * *'
pipeline:
-
run: simple_remote_source
parameters:
resources:
-
url: "http://www.treasury.gov.ua/main/doccatalog/document?id=257807"
filetype: zip
filename: 'budget2014.zip'
date: "2014"
files:
-
filename: 'Rik_ek.xls'
sheets:
-
name: "Ек.клас.ДБ2014"
id: 0
name: 2014_ek_derz
headers: 10
description: "Видатки за економічною класифікацією"
budgetType: "Державний бюджет"
fields:
-
name: "Код бюджетної класифікації"
type: string
osType: value
-
name: "Показники"
type: string
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "Ек.клас.ЗБ2014"
id: 1
name: 2014_ek_zved
headers: 9
budgetType: "Зведений бюджет"
fields:
-
name: "Код бюджетної класифікації"
type: number
osType: value
-
name: "Показники"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "Ек.клас.МБ2014"
id: 2
headers: 9
name: 2014_ek_misz
budgetType: "Місцевий бюджет"
fields:
-
name: "Код бюджетної класифікації"
type: number
osType: value
-
name: "Показники"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
name: "План на 2014 рік з урахуванням внесених змін"
type: number
osType: value
-
name: "Виконано за 2014 рік"
type: number
osType: value
-
run: metadata
parameters:
metadata:
name: 'ua-budget-spending'
title: 'Ukraine Budget Spending'
granularity: yearly
countryCode: UA
-
run: download_zip
-
run: downloader
-
run: skipper
-
run: add_context
-
run: concat
parameters:
resource-name: budgetary_data
column-aliases:
CODE: ["1.0"]
DESCRIPTION: ["2.0"]
GENERAL_FUND_PLANNED: ["3.0"]
GENERAL_FUNC_EXECUTED: ["4.0"]
SPECIAL_FUND_PLANNED: ["5.0"]
SPECIAL_FUND_EXECUTED: ["6.0"]
TOTAL_PLANNED: ["7.0"]
TOTAL_EXECUTED: ["8.0"]
BUDGET_TYPE: ["budget type"]
DATE: ["date"]
-
run: dump
parameters:
out-file: ua-budget-spending.zip