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
Merge requests
!2524
Declare a system worker for generic dataset extraction
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Declare a system worker for generic dataset extraction
dataset-extractor
into
release-1.7.3
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Erwan Rouchet
requested to merge
dataset-extractor
into
release-1.7.3
1 month ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Closes
#1894 (closed)
0
0
Merge request reports
Compare
release-1.7.3
release-1.7.3 (base)
and
latest version
latest version
e326c11a
1 commit,
1 month ago
2 files
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
arkindex/process/models.py
+
1
−
0
Options
@@ -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
"
Loading