You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running into a deprecation warning when using the stream/branch/commit attributes of client. However, I'm not sure what should replace these calls.
Does anyone have suggestions for the appropriate way to replace the code below and interact with the model?
# you can now create a commit on your stream with this objectcommid_id=client.commit.create(
stream_id=new_stream_id,
object_id=hash,
message="this is a block I made in speckle-py",
)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been trying to follow this example here, where we create an object and send it to our model.
https://speckle.guide/dev/py-examples.html#operations-and-transports
I've been running into a deprecation warning when using the stream/branch/commit attributes of client. However, I'm not sure what should replace these calls.
Does anyone have suggestions for the appropriate way to replace the code below and interact with the model?
I was guessing at something like the code below
Beta Was this translation helpful? Give feedback.
All reactions