-
Notifications
You must be signed in to change notification settings - Fork 63
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
allows use of overwrite + privacy in write operations #349
Conversation
1 similar comment
1 similar comment
I doubt this closes #252. I think that reloading the web ui, will reset the table to private. My current code uses an explicit dataset = dataset_manager.get("table_name")
dataset.privacy = u'LINK'
dataset.save() And still when the web ui is reloaded it is private. If there is an easy way for me to install a version with this merged I will test. |
Ok, it's in the tests and seems to work as expected, but I'd love if you could verify. You can install from master with this: pip install git+https://github.com/cartodb/cartoframes.git#egg=cartoframes |
I am not surprised your test pass, I have always been able to set the privacy of the updated table. It just gets reset to I will test now. |
Good to know -- I'll look into that |
I stand corrected. The new code seems to be working! Thank you! |
Great!! Thanks! |
closes #252