Ivan Berry Posted October 6, 2022 Posted October 6, 2022 I am running into an issue when we push a signal to a workbook that exists in a folder. One of the signals has security applied, that doesn't necessarily match the parent permissions of the folder and workbook. The error we get on spy.push is: Quote Failed to write item in batch request: The property 'Permission Inheritance Disabled' is malformed or its value 'true' is invalid. May not modify the property directly: Permission Inheritance Disabled. I tried both enabling and disabling permission inheritance for the workbook we are pushing to, that didn't resolve the error, is there any other permission inheritance to consider?
Seeq Team Mark Derbecker Posted October 6, 2022 Seeq Team Posted October 6, 2022 Hey Ivan-- that looks to me like a SPy version mismatched to the server. What is the version of SPy and the version of the server you are using?
Seeq Team Mark Derbecker Posted October 6, 2022 Seeq Team Posted October 6, 2022 Ah, sorry, maybe my first instinct is wrong. "May not modify the property directly" seems to indicate that we're sending that property incorrectly. But still can you tell me what version of SPy you are using? You can do `spy.__version__` in a notebook cell to see it.
Ivan Berry Posted October 6, 2022 Author Posted October 6, 2022 Thanks Mark. I'm in seeq datalab. Quote `spy.__version__` '56.1.7.184.7' Our seeq server is Quote R56.1.7-v202209191154
Seeq Team Mark Derbecker Posted October 6, 2022 Seeq Team Posted October 6, 2022 OK thanks Ivan. I think this is a bug on our side. We're looking into it. But in the meantime, I think you should be able to drop the `Permission Inheritance Disabled` column from the DataFrame before pushing it. That should solve the issue. Can you try that? 1
Ivan Berry Posted October 6, 2022 Author Posted October 6, 2022 Dropping `Permission Inheritance Disabled` worked. Thanks Mark!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now