Synapse with git integration - publish issues with spark job
I'm having issues with git integration in Synapse. They concern spark job definition in pipelines.
When creating new job, the execution policy is saved, commited to git. It is present on collaborative branch after completing pull request.
Unfortunately, later upon publishing it is not published to publish branch
As you can see, this is the same object - lastPublishTime is the same, but execution policy is reset to defaults.
Another related bug is that, despite the code state in repository, after opening pipeline in workspace it also has default execution policy parameters.
So the question here is how do I set policy of spark job to be properly published in Synapse, using git integration?