Json metadata extraction is not including the correct info when submitting review publish type from Houdini to Deadline

When doing local rendering the review tag is in place

[{'name': 'png', 'ext': 'png', 'files': ['reviewMain.1001.png', 'reviewMain.1002.png', 'reviewMain.1003.png', 'reviewMain.1004.png', 'reviewMain.1005.png', 'reviewMain.1006.png', 'reviewMain.1007.png', 'reviewMain.1008.png', 'reviewMain.1009.png', 'reviewMain.1010.png'], 'stagingDir': 'C:/projects/Sync_VFX_demo/BikeChase/bc0040/work/Rendering/pyblish/reviewMain', 'frameStart': 1001, 'frameEnd': 1010, 'tags': ['review', 'delete'], 'preview': True, 'camera_name': None}]

When sending to farm the deadline omits the tag and because of that there is no review created

2025-04-18 16:03:41:  0: STDOUT: DEBUG:pyblish.ExtractReview:[{'ext': 'png', 'files': ['reviewMain.1001.png', 'reviewMain.1002.png', 'reviewMain.1003.png', 'reviewMain.1004.png', 'reviewMain.1005.png', 'reviewMain.1006.png', 'reviewMain.1007.png', 'reviewMain.1008.png', 'reviewMain.1009.png', 'reviewMain.1010.png'], 'fps': 25.0, 'frameEnd': 1010, 'frameStart': 1001, 'name': 'png', 'stagingDir': 'C:/projects/Sync_VFX_demo/BikeChase/bc0040/work/Rendering/pyblish/reviewMain', 'tags': []}]

When submitting to the farm - a metadata.json file would get generated - can you share that one here?

reviewMain_metadata.json (8.4 KB)
Providing the file

6 posts were split to a new topic: Publishing Render to Deadline doesn’t generate reviews

Not the render. The review publish type
Render publish type works for me as well

About Review publish type, on my side it works locally but not on farm.

Glad that it is reproduceable. Is it a bug then?

I think the issue is coming from plugin ExtractOpenGLAndFlipbook which is responsible for setting the review tag and it’s skipped on farm.

Lets not skip it on farm

I don’t think it’s possible.
As pyblish plugins are run by AYON publish job which typically runs after Houdini render job. Also, this DL job doesn’t access the Houdini workfile, it only works with the exported files.

Also, the post title is not correct becasue the deadline doesn’t omit anything. it’s actually the json metadata extraction should have included the correct info the first place.
reviewOrange_metadata.json (8.6 KB)

Adding "review" tag manually before the AYON publish job starts results in generating the mp4 review file.

So, what should be done to be able to generate review when sending review publish type on farm?

I think we need to check if this error is reproducible in other DCCs. and if yes then the error maybe related to this portion of code.

or

I don’t have ability to test in Maya unfortunately