Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
152
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
atlas
athena
Merge requests
!67839
Sets the storage technology prefix for metadata output collection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Sets the storage technology prefix for metadata output collection
maszyman/athena:main-maszyman-storage-tech-output-collection
into
main
Overview
34
Commits
3
Pipelines
0
Changes
1
Merged
Maciej Pawel Szymanski
requested to merge
maszyman/athena:main-maszyman-storage-tech-output-collection
into
main
1 year ago
Overview
16
Commits
3
Pipelines
0
Changes
1
Expand
Follow-up from
!66540 (merged)
/cc
@gemmeren
@amete
@mnowak
Edited
1 year ago
by
Maciej Pawel Szymanski
0
0
Merge request reports
Compare
main
version 2
261a79a6
1 year ago
version 1
8cee69db
1 year ago
main (base)
and
latest version
latest version
9eb144a7
3 commits,
1 year ago
version 2
261a79a6
2 commits,
1 year ago
version 1
8cee69db
2 commits,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Database/AthenaPOOL/OutputStreamAthenaPool/python/OutputStreamConfig.py
+
1
−
1
Options
@@ -36,7 +36,7 @@ def OutputStreamCfg(flags, streamName, ItemList=[], MetadataItemList=[],
f
"
Stream
{
streamName
}
Tool
"
,
DataHeaderKey
=
outputStreamName
,
MetaDataPoolContainerPrefix
=
f
"
{
flags
.
Output
.
StorageTechnology
.
MetaData
}
:MetaData
"
,
MetaDataOutputCollection
=
"
MetaDataHdr
"
,
MetaDataOutputCollection
=
f
"
{
flags
.
Output
.
StorageTechnology
.
MetaData
}
:
MetaDataHdr
"
,
)
# If we're running in augmentation mode, configure the writing tool accordingly
Loading