mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-27 13:21:39 -07:00
Backend change for Zipfile pt. 2 (#469)
* Fixes #303 : adding downloadable zip archive logic * linter recommendations * Pushes data directory to AWS. We'll want to move to use AWS for this ASAP, but this works for now * updating pattern
This commit is contained in:
parent
6eb7382d48
commit
9a9d5fdf7f
8 changed files with 223 additions and 10 deletions
|
@ -23,6 +23,7 @@ black = {version = "^21.6b0", allow-prereleases = true}
|
|||
flake8 = "^3.9.2"
|
||||
liccheck = "^0.6.2"
|
||||
mypy = "^0.910"
|
||||
openpyxl = "^3.0.7"
|
||||
pylint = "^2.9.6"
|
||||
pytest = "^6.2.4"
|
||||
safety = "^1.10.3"
|
||||
|
@ -100,6 +101,7 @@ authorized_licenses = [
|
|||
]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
cleanup_census = 'data_pipeline.application:census_cleanup'
|
||||
cleanup_data = 'data_pipeline.application:data_cleanup'
|
||||
download_census = 'data_pipeline.application:census_data_download'
|
||||
etl = 'data_pipeline.application:etl_run'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue