https://kedro.org/ logo
#questions
Title
# questions
f

Flavien

08/11/2023, 1:02 PM
Hi fellows, I am using the
ManagedTableDataset
for databricks. As a person, I am always worried to blow off some production stuff. I noticed that the dataset has no option for read-only and that the default write mode is
overwrite
a.k.a goodbye your existing data. Would it make sense to suggest such a read-only mode and, maybe, remove the default for
write_mode
for user to make a conscious choice?
n

Nok Lam Chan

08/11/2023, 3:34 PM
This sounds reasonable to be - a more conservative default or at least provide an option to not over-write. Would you be open to create a PR?
f

Flavien

08/11/2023, 5:01 PM
Sure. 👍
@Nok Lam Chan I drafted a PR, here. If I want feedback on it before touching the documentation, how should I proceed?
n

Nok Lam Chan

08/13/2023, 1:02 PM
I think it's fine to mark it as ready to be reviewed
We monitor Open source PR regularly so someone on the team will have a look. I request myself on it already.
gratitude thank you 1