Closed astrojuanlu closed 4 months ago
Oh of course, there are two default
keys. I have no idea whether that's valid YAML or not, or why PyYAML reads it just fine without complaining...
Well, and the reason is that every time I run kedro databricks init
, the same contents are appended.
Renaming the issue.
You're completely right! I forgot about this bug, easily solved though.
Thanks for the description 😊
Fixed in #5. We now check if the files exist, and skip initialisation if that is the case.
I was following the steps, and after
kedro databricks init
,kedro databricks bundle
failed:It turns out that PyYAML can read the
databricks.yml
file just fine:but OmegaConf cannot:
Here's the resulting file: