Skip to content

[Bug]: Transformation AditionnalParameters are escaped #8697

Description

@chaen

Search before creating an issue

  • I have searched existing issues and confirmed this is not a duplicate

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions