nurhazx Posted July 23 Posted July 23 How to push asset tree to a specific workbook. every time I pushed my asset tree it goes to the same workbook for all data.
Seeq Team John Brezovec Posted July 25 Seeq Team Posted July 25 When using spy.push you can use the workbook argument to push the data and metadata to a specific workbook. This can be specified as a path (Folder >> Path >> Workbook Name) or as an ID. My preference is to use an ID in case the workbook is moved or changes name. When building an asset tree with spy.assets.Tree, you specify the workbook at creation time, rather than at push time (e.g. spy.assets.Tree('My Tree', workbook='My Workbook'))
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