Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fireatlas_nrt
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
gcorradini
fireatlas_nrt
Commits
3abc1757
Commit
3abc1757
authored
1 year ago
by
ranchodeluxe
Browse files
Options
Downloads
Patches
Plain Diff
so difficult
parent
a4978aa1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!61
Additions: primary keys, speed ups (preprocessing and postprocessing), tests, scalene, reorg entire fireatlas
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
maap_runtime/FireRunDataUpdateChecker.py
+2
-1
2 additions, 1 deletion
maap_runtime/FireRunDataUpdateChecker.py
with
2 additions
and
1 deletion
maap_runtime/FireRunDataUpdateChecker.py
+
2
−
1
View file @
3abc1757
...
...
@@ -17,9 +17,10 @@ def Run():
:return: None
"""
data_update_results
=
FireRunDaskCoordinator
.
job_data_update_checker
()
data_update_results
.
compute
()
data_upload_results
=
[
FireRunDaskCoordinator
.
concurrent_copy_inputs_from_local_to_s3
([
data_update_results
,],
local_filepath
)
FireRunDaskCoordinator
.
concurrent_copy_inputs_from_local_to_s3
([
None
,],
local_filepath
)
for
local_filepath
in
glob
.
glob
(
f
"
{
settings
.
LOCAL_PATH
}
/
{
settings
.
PREPROCESSED_DIR
}
/*/*.txt
"
)
]
dag
=
delayed
(
lambda
x
:
x
)(
data_upload_results
)
...
...
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