Enable usage of transformation system with RucioFileCatalog
Open
- Dominant language
- Python
- Stars
- 126
- Forks
- 191
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 33
Description
This is currently not possible as the transformation system calls `getMetadataFields` which is not implemented for the `RucioFileCatalog`.
```
src/DIRAC/TransformationSystem/DB/TransformationDB.py
1708: res = catalog.getMetadataFields()
```
As commented in #8329, it's also not really possible to implement as is, as rucio doesn't have a fixed metadata schema.
Contributor guide
Assessment
This issue has not been assessed yet.