Skip to content

Commit cbf8617

Browse files
committed
Troubleshooting: Add a note on version suffix
1 parent 5744d94 commit cbf8617

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/troubleshooting/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ If the missing table is not mentioned there, try to find the missing workflow fo
105105
You can identify the missing workflow by running the [`find_dependencies.py`](https://github.com/AliceO2Group/O2Physics/blob/master/Scripts/find_dependencies.py) script.
106106
The procedure is simple: If the error message complains about a missing table `DF_<id>/O2<table>` then you have to run `$O2PHYSICS_ROOT/share/scripts/find_dependencies.py -t <table>`
107107
inside the O2Physics environment and add the correct one among the listed producer workflows to your command line.
108+
Note that the script searches for tables based on their description in the data model.
109+
This description does not contain the table version suffix (e.g. `_001`), so you need to remove it from the name of the table.
108110

109111
Example: If the missing table is `DF_2853960297589372650/O2timestamps`, then you have to look up `timestamps`:
110112

0 commit comments

Comments
 (0)