Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[infra] change download functions to consume CKAN endpoints #1129 #1130

Merged
merged 25 commits into from
Feb 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
378c5c5
[infra] add function to wrap bd_dataset_search endpoint
lucascr91 Dec 12, 2021
380ccbc
Update download.py
lucascr91 Dec 14, 2021
de373ef
[infra] modify list_datasets function to consume CKAN endpoint
lucascr91 Jan 15, 2022
23e2c6a
[infra] fix list_dataset function to include limit and remove order_by
lucascr91 Jan 15, 2022
e22531e
[infra] change function list_dataset_tables to use CKAN endpoint
lucascr91 Jan 15, 2022
f0789de
[infra] apply PEP8 to list_dataset_tables and respective tests
lucascr91 Jan 15, 2022
b534862
add get_dataset_description, get_table_description, get_table_columns
lucascr91 Jan 22, 2022
1a06e76
[infra] fix dataset_config.yaml folder path (#1067)
d116626 Jan 24, 2022
69b8bee
feat(infra) merge master
d116626 Jan 24, 2022
6e1911b
feat(infra) merge master
d116626 Jan 24, 2022
a293d5d
fix files organization to match master
lucascr91 Jan 29, 2022
1ab4121
remove download.py
lucascr91 Jan 29, 2022
874fac9
remove test_download
lucascr91 Jan 29, 2022
b8af7de
Delete test_download.py
lucascr91 Jan 29, 2022
b8a5b3d
remove test files
lucascr91 Jan 29, 2022
1b8aa58
remove test_download.py
lucascr91 Jan 29, 2022
06a951e
remove test_download.py
lucascr91 Jan 29, 2022
1defac9
remove test_download.py
lucascr91 Jan 29, 2022
fbd5843
remove test_download.py
lucascr91 Jan 29, 2022
10253f9
add tests metadata
lucascr91 Jan 29, 2022
e2b0592
remove test_download.py
lucascr91 Jan 29, 2022
cfea6c0
remove unused imports
lucascr91 Jan 29, 2022
a4ed303
Merge branch 'python-v1.6.2' into pr-1016
lucascr91 Jan 29, 2022
14a3fd8
[infra] add _safe_fetch and get_table_size functions
lucascr91 Feb 22, 2022
6c2f887
Merge branch 'python-1.6.2' into pr-1063
d116626 Feb 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion python-package/basedosdados/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
get_dataset_description,
get_table_columns,
get_table_size,
)
search
)
Loading