Riccardo Iacomini
Riccardo Iacomini
Wont't fix this as it is a Databricks limit
I have added details in here related to foreachbatch function: https://github.com/Nike-Inc/koheesio/issues/56 If you prefer collecting everything here I will copy paste the comment and close the issue. One additional point...
@dannymeijer Hope now it renders well
I have found only one reference to DataFrame.foreachbatch function in the `StreamWriter` class (spark.writers.stream.py:292) One additional consideration after reading the [DOC](https://spark.apache.org/docs/latest/api/python/_modules/pyspark/sql/streaming/readwriter.html#DataStreamWriter.foreachBatch) This function behaves differently in Spark Connect mode. See...
There are two ways to retrieve the secrets: - dbutils - databricks API For dbutils, you are forced to run on a notebook, which is not always the case, and...
I'll take this one ✋
> How does it work with nested fields ? I will try to make this support also nested structures 💪 > How does it take into account NOT NULL constraint...