Search before creating an issue
Bug Description
The AdditionalParameters are now escaped when inserted, which causes them not to be interpreted properly when read
Before
| TransformationID | ParameterName | ParameterValue
| ParameterType |
+------------------+----------------+-----------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------+---------------+
| 401068 | BkQuery | {'ConfigName': 'LHCb', 'ConfigVersion': 'Collision26', 'ProcessingPass': '/Real Data', 'EventType': '94000000', 'FileType': 'RAW',
'Visible': 'Yes', 'RunNumbers': 345408} | StringType |
| 401068 | DestinationSEs | ['Tier1-Buffer'] | StringType |
Now
| TransformationID | ParameterName | ParameterValue
| ParameterType |
+------------------+----------------+-----------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------+---------------+
| 403949 | BkQuery | '{\'ConfigName\': \'LHCb\', \'ConfigVersion\': \'Collision24\', \'ProcessingPass\': \'/Real Data\', \'EventType\': \'95100000\', \'FileType\': \'RAW\', \'Visible\': \'Yes\', \'RunNumbers\': 295304}' | StringType |
| 403949 | DestinationSEs | '[\'Tier1-Buffer\']'
| StringType |
Steps to Reproduce
No response
Expected Behavior
No response
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
@sfayer if you have an idea for a quick fix, it would be great ! Otherwise I'll try to tackle it asap, as it currently blocks all LHCb data management
Search before creating an issue
Bug Description
The AdditionalParameters are now escaped when inserted, which causes them not to be interpreted properly when read
Before
| TransformationID | ParameterName | ParameterValue | ParameterType | +------------------+----------------+----------------------------------------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------+---------------+ | 401068 | BkQuery | {'ConfigName': 'LHCb', 'ConfigVersion': 'Collision26', 'ProcessingPass': '/Real Data', 'EventType': '94000000', 'FileType': 'RAW', 'Visible': 'Yes', 'RunNumbers': 345408} | StringType | | 401068 | DestinationSEs | ['Tier1-Buffer'] | StringType |Now
Steps to Reproduce
No response
Expected Behavior
No response
Actual Behavior
No response
Environment
No response
Relevant Log Output
Additional Context
@sfayer if you have an idea for a quick fix, it would be great ! Otherwise I'll try to tackle it asap, as it currently blocks all LHCb data management