RenderPipline: disable shadow for 1 object

basic question, it’s possible with render pipeline to disable shadow for a specific object ?
like a sphère:


I want that my object to be visible to everyone (no black/shadow zone)

I “hack” the pipeline with a shader with option
m.shading_model = SHADING_MODEL_EMISSIVE;
but the result is not great