Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
flask-covid19
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Thomas Wöhlke
flask-covid19
Commits
281b2ea5
Commit
281b2ea5
authored
4 years ago
by
thomaswoehlke
Browse files
Options
Downloads
Patches
Plain Diff
start DEV 0.0.15
parent
bacd2293
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/covid19/blueprints/vaccination/vaccination_views.py
+7
-7
7 additions, 7 deletions
src/covid19/blueprints/vaccination/vaccination_views.py
with
7 additions
and
7 deletions
src/covid19/blueprints/vaccination/vaccination_views.py
+
7
−
7
View file @
281b2ea5
...
@@ -170,7 +170,7 @@ def url_vaccination_task_update_star_schema_initial():
...
@@ -170,7 +170,7 @@ def url_vaccination_task_update_star_schema_initial():
# TODO: #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py
# TODO: #170 implement url_vaccination_task_update_star_schema_initial in vaccination_views.py
vaccination_service
.
run_download_only
()
vaccination_service
.
run_download_only
()
task_vaccination_update_star_schema_initial
.
apply_async
()
task_vaccination_update_star_schema_initial
.
apply_async
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
@app_vaccination.route
(
'
/task/update/star_schema/incremental
'
)
@app_vaccination.route
(
'
/task/update/star_schema/incremental
'
)
...
@@ -179,7 +179,7 @@ def url_vaccination_task_update_starschema_incremental():
...
@@ -179,7 +179,7 @@ def url_vaccination_task_update_starschema_incremental():
# TODO: #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py
# TODO: #171 implement url_vaccination_task_update_starschema_incremental in vaccination_views.py
vaccination_service
.
run_download_only
()
vaccination_service
.
run_download_only
()
task_vaccination_update_star_schema_incremental
.
apply_async
()
task_vaccination_update_star_schema_incremental
.
apply_async
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
@app_vaccination.route
(
'
/task/download/only
'
)
@app_vaccination.route
(
'
/task/download/only
'
)
...
@@ -187,7 +187,7 @@ def url_vaccination_task_download_only():
...
@@ -187,7 +187,7 @@ def url_vaccination_task_download_only():
flash
(
"
url_vaccination_task_download_only started
"
)
flash
(
"
url_vaccination_task_download_only started
"
)
# TODO: #172 implement url_vaccination_task_import_only in vaccination_views.py
# TODO: #172 implement url_vaccination_task_import_only in vaccination_views.py
vaccination_service
.
run_download_only
()
vaccination_service
.
run_download_only
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
@app_vaccination.route
(
'
/task/import/only
'
)
@app_vaccination.route
(
'
/task/import/only
'
)
...
@@ -195,7 +195,7 @@ def url_vaccination_task_import_only():
...
@@ -195,7 +195,7 @@ def url_vaccination_task_import_only():
flash
(
"
url_vaccination_task_import_only started
"
)
flash
(
"
url_vaccination_task_import_only started
"
)
# TODO: #173 implement url_vaccination_task_import_only in vaccination_views.py
# TODO: #173 implement url_vaccination_task_import_only in vaccination_views.py
task_vaccination_import_only
.
apply_async
()
task_vaccination_import_only
.
apply_async
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
@app_vaccination.route
(
'
/task/update/dimension-tables/only
'
)
@app_vaccination.route
(
'
/task/update/dimension-tables/only
'
)
...
@@ -203,7 +203,7 @@ def url_vaccination_task_update_dimensiontables_only():
...
@@ -203,7 +203,7 @@ def url_vaccination_task_update_dimensiontables_only():
flash
(
"
url_vaccination_task_update_dimensiontables_only started
"
)
flash
(
"
url_vaccination_task_update_dimensiontables_only started
"
)
# TODO: #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py
# TODO: #174 implement url_vaccination_task_update_dimensiontables_only in vaccination_views.py
task_vaccination_update_dimension_tables_only
.
apply_async
()
task_vaccination_update_dimension_tables_only
.
apply_async
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
@app_vaccination.route
(
'
/task/update/fact-table/incremental/only
'
)
@app_vaccination.route
(
'
/task/update/fact-table/incremental/only
'
)
...
@@ -211,7 +211,7 @@ def url_vaccination_task_update_facttable_incremental_only():
...
@@ -211,7 +211,7 @@ def url_vaccination_task_update_facttable_incremental_only():
flash
(
"
url_vaccination_task_update_facttable_incremental_only started
"
)
flash
(
"
url_vaccination_task_update_facttable_incremental_only started
"
)
# TODO: #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py
# TODO: #175 implement url_vaccination_task_update_facttable_incremental_only in vaccination_views.py
task_vaccination_update_fact_table_incremental_only
.
apply_async
()
task_vaccination_update_fact_table_incremental_only
.
apply_async
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
@app_vaccination.route
(
'
/task/update/fact-table/initial/only
'
)
@app_vaccination.route
(
'
/task/update/fact-table/initial/only
'
)
...
@@ -219,5 +219,5 @@ def url_vaccination_task_update_facttable_initial_only():
...
@@ -219,5 +219,5 @@ def url_vaccination_task_update_facttable_initial_only():
flash
(
"
url_vaccination_task_update_facttable_initial_only started
"
)
flash
(
"
url_vaccination_task_update_facttable_initial_only started
"
)
# TODO: #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py
# TODO: #176 implement url_vaccination_task_update_facttable_initial_only in vaccination_views.py
task_vaccination_update_fact_table_initial_only
.
apply_async
()
task_vaccination_update_fact_table_initial_only
.
apply_async
()
return
redirect
(
url_for
(
'
url_
europe
_tasks
'
))
return
redirect
(
url_for
(
'
url_
vaccination
_tasks
'
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment