-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add storage_units
to CSV export
#562
Comments
I dug a little - my findings:
How to proceed? Options:
I tend to implement 3. |
I guess you talk about updating the
I'm fine with 3. The proper solution from 2 would be great of course, but we also keep our own resources in mind. I have no use case for such a storages table right now, so I cannot spend time to implement this. I think for you @nesnoj this is the same case. |
Thank you. I think as soon as the SOAP API is dropped, we can talk about automation. New issue: #563
👍 Sounds good, I'll prepare sth |
Description of the issue
The DB table
storage_units
cannot be exported usingdb.to_csv()
#560Steps to Reproduce
db.to_csv("storages")
does not include unitsdb.to_csv("storage_units")
raisesIdeas of solution
Add to export function
Joins are implemented here
The text was updated successfully, but these errors were encountered: