Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Commits
e326c11a
Verified
Commit
e326c11a
authored
1 month ago
by
Erwan Rouchet
Browse files
Options
Downloads
Patches
Plain Diff
Declare a system worker for generic dataset extraction
parent
13830240
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!2524
Declare a system worker for generic dataset extraction
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arkindex/process/models.py
+1
-0
1 addition, 0 deletions
arkindex/process/models.py
arkindex/system_workers.yml
+5
-0
5 additions, 0 deletions
arkindex/system_workers.yml
with
6 additions
and
0 deletions
arkindex/process/models.py
+
1
−
0
View file @
e326c11a
...
...
@@ -723,6 +723,7 @@ class ArkindexFeature(Enum):
InitElements
=
"
init_elements
"
FileImport
=
"
file_import
"
S3Ingest
=
"
s3_ingest
"
DatasetExtractor
=
"
dataset_extractor
"
# When adding a new export worker, don't forget to also update the ExportFormat enum and the
# FEATURE_FORMAT_MAP dictionary which maps export formats to arkindex features
ExportPDF
=
"
pdf_export
"
...
...
This diff is collapsed.
Click to expand it.
arkindex/system_workers.yml
+
5
−
0
View file @
e326c11a
...
...
@@ -31,3 +31,8 @@ features:
name
:
arkindex/workers/export
version
:
0.2.1
slug
:
csv-export
dataset_extractor
:
teklia_worker
:
name
:
arkindex/workers/generic-training-dataset
version
:
0.3.0
slug
:
generic-training-dataset
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