The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hmm, this is an interesting question because I'm not sure that the gateway actually plays any part what-so-ever in Python visuals. Python based queries and Python steps in queries but not sure it comes into play for a visual. In fact, I am fairly certain it does not. Now, the problem I see with that for you is that this then means that you could never bring your custom libraries to bear because there is no support for that so you would have to embed the entire custom library or the functions you need within the Python script itself.
I could be mistaken.
Thanks Greg, most likely the visuals themself will work without a gateway. But indeed we do need to run our own custom libraries.
I've never tested if running a Gateway in personal mode is suitable for a production environment, but I guess it is not.
Were you able to test if Python visuals work on enterprise gateway? Are there any other options?