domo-python-sdk
domo-python-sdk copied to clipboard
Setting owner for a streamed dataset
Hey together, with the most recent update, it is possible to set the owner attribute for a dataSetRequets object. I am working a lot with streams atm, and it would be really convenient if I could manually set the owner of the dataset that's created by a stream. Since a StreamRequest is built on top of a datasetRequest and takes its attributes I figured setting the owner of the underlying datasetRequest should seal the deal, but the owner of the resulting dataset is still the user connected to the domo client instance.
Is this behavior intended?