Jump to content

Recommended Posts

Posted

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?

image.png

image.png

  • Seeq Team
Posted

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.

  • Seeq Team
Posted

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?

  • Like 1

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...