rusackas commented on PR #34880: URL: https://github.com/apache/superset/pull/34880#issuecomment-4963716384
Thanks for your patience here, @adolfotcar. Going back over @betodealmeida's note, the `overwrite_all` default on the API was still cascading whenever `overwrite=true` alone, which is the breaking change he and I were worried about (looks like it got tangled up with the Bito suggestion). I pushed a commit to your branch defaulting it to `false` everywhere, and tweaked the UPDATING.md note to match. Existing callers keep the old behavior, and the cascade is now opt-in via the checkbox / explicit flag, same as the CLI. Hope you don't mind me pushing directly, holler if anything looks off! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
