Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exposure-initializer
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
Global Dynamic Exposure
exposure-initializer
Commits
c9c3baaa
Commit
c9c3baaa
authored
10 months ago
by
Danijel Schorlemmer
Browse files
Options
Downloads
Patches
Plain Diff
Add committing taxonomies to database before processing districts
parent
40c9849c
No related branches found
No related tags found
1 merge request
!38
Resolve "[Hotfix] - Extra commit needed before processing districts to store taxonomy strings in database"
Pipeline
#72745
passed
8 months ago
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exposureinitializer/exposureinitializer.py
+3
-0
3 additions, 0 deletions
exposureinitializer/exposureinitializer.py
with
3 additions
and
0 deletions
exposureinitializer/exposureinitializer.py
+
3
−
0
View file @
c9c3baaa
...
...
@@ -463,6 +463,9 @@ class ExposureInitializer:
str
(
total_structural_value
),
)
# Commit the new taxonomy strings and the metadata
self
.
exposure_db
.
connection
.
commit
()
# If there is more than one processor, process the districts with the
# `multiprocess_districts` function
if
num_processors
==
1
:
...
...
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