-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatapackage.yaml
61 lines (56 loc) · 1.81 KB
/
datapackage.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
name: aux_classificadores
resources:
- name: acao
type: table
path: ["data-raw/acao_rp.csv", "data-raw/acao_previous.csv", "data-raw/acao_current.csv"]
scheme: file
format: csv
mediatype: text/csv
encoding: utf-8
dialect: dialect.yaml
schema: schemas/raw/acao.yaml
- name: elemento_item
type: table
path: ["data-raw/elemento_item_rp.csv", "data-raw/elemento_item_previous.csv", "data-raw/elemento_item_current.csv", "data-raw/elemento_item_not_exists.csv"]
scheme: file
format: csv
mediatype: text/csv
encoding: utf-8
dialect: dialect.yaml
schema: schemas/raw/elemento_item.yaml
- name: fonte_recurso
type: table
path: ["data-raw/fonte_recurso_rp.csv", "data-raw/fonte_recurso_previous.csv", "data-raw/fonte_recurso_current.csv"]
scheme: file
format: csv
mediatype: text/csv
encoding: utf-8
dialect: dialect.yaml
schema: schemas/raw/fonte_recurso.yaml
- name: funcional_programatica
type: table
path: ["data-raw/funcional_programatica_rp.csv", "data-raw/funcional_programatica_previous.csv", "data-raw/funcional_programatica_current.csv"]
scheme: file
format: csv
mediatype: text/csv
encoding: utf-8
dialect: dialect.yaml
schema: schemas/raw/funcional_programatica.yaml
- name: natureza_receita
type: table
path: ["data-raw/natureza_receita_previous.csv", "data-raw/natureza_receita_current.csv"]
scheme: file
format: csv
mediatype: text/csv
encoding: utf-8
dialect: dialect.yaml
schema: schemas/raw/natureza_receita.yaml
- name: uo
type: table
path: ["data-raw/uo_rp.csv", "data-raw/uo_previous.csv", "data-raw/uo_current.csv"]
scheme: file
format: csv
mediatype: text/csv
encoding: utf-8
dialect: dialect.yaml
schema: schemas/raw/uo.yaml