Hello, I created some UDFs in python and imported it successfully in pipeline builder. The fiction works fine and I am able to see preview data of output dataset. But when ever I try to deploy it gives a ‘logic out of date’ error. Could anyone help me out here in case I am missing something? I also tried with example UDFs. The error remains same.
Hi there! Pipeline Builder support here. Are you able to send any screenshots of what the exact error you’re seeing looks like. Were you previously able to deploy this?
The error comes only when I use User defined fuctions. I am able to successfully deploy if I use standard fuctions. Both the ways shows same preview without fail.
Thanks for sending. Is there an associated error in the Deploy panel? Is the “Deploy” button disabled?
“Deploy” button is not disabled. When I checked build report the job status shows “Failed to resolve dataset properties for input datasets: ArtifactsContainerGovernance:JobSpecContainsEnrollmentsWithDisabledContainerizedApps”
Is there anything to do with the settings?
Aha. Thank you for sending the job error. So this error occurred on building your deployed pipeline? I suspect the “logic out of date” error on your node is probably unrelated.
To confirm, the change you made that caused this issue was importing and using a UDF in your pipeline? Did you see this error before you added the UDF to your pipeline?
Did some more digging. There’s a known issue in Pipeline Builder that you can’t use python UDFs if containerized workflows are disabled.
Do you know if you have this setting enabled on your platform? You may have to ask a platform administrator. If it’s not enabled, then it’s expected that any python UDFs will not work in your pipeline.
If so, I’m sorry you’re seeing this issue! This is a bug on our end. Are you able to use other kinds of UDFs instead?
Thank you for the feedback! you are right, the containerized workflow is disabled. I have contacted my admin. Meanwhile I used custom fuctions to solve the deployment issue.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.