Akeel Ahamed
03/16/2023, 2:02 PMmode(“overwrite”)
it works fine.JosephK (exDatabricks)
03/16/2023, 2:05 PM.mode("ovewrite")
instead of the optionAkeel Ahamed
03/16/2023, 2:06 PMJosephK (exDatabricks)
03/16/2023, 2:08 PMAkeel Ahamed
03/16/2023, 2:09 PMoption(“mode”, “overwrite”)
doesn’t work although the docs say it doesGerhard Brueckl
03/16/2023, 2:19 PMoption("overwrite", "true")
?
just an idea thoughAkeel Ahamed
03/16/2023, 2:22 PMJim Hibbard
03/18/2023, 11:01 PM.mode(...)
api. I prefer keyword unpacking a dict of args when able.