-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WorldDevelopmentIndicators Code Update (#964)
* WDI Code Update * WDI Readme Update * Code modification and Auto Refresh * Auto refresh modification * Readme * Addressed PR Comments * Test Script * Lint * Code modification * Core team PR comment * Removed unwanted lines * Corn Schedule
- Loading branch information
Showing
8 changed files
with
690 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"import_specifications": [ | ||
{ | ||
"import_name": "WorldDevelopmentIndicators", | ||
"curator_emails": [ | ||
"[email protected]" | ||
], | ||
"provenance_url": "https://datacatalog.worldbank.org/dataset/world-development-indicators/", | ||
"provenance_description": "Variables related to demographics, energy, health, labor, etc. from the World Bank", | ||
"scripts": [ | ||
"worldbank.py" | ||
], | ||
"import_inputs": [ | ||
{ | ||
"template_mcf": "output/WorldBank.tmcf", | ||
"cleaned_csv": "output/WorldBank.csv" | ||
} | ||
], | ||
"cron_schedule": "0 11 * * 2" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.