-
Re: Disable fetch size property or set it to 0
Hi, You should be able to set this to 0 in the connection settings. Is there any particular reason why you would want to disable this setting completely?1 · -
Re: Monitor users
Hi, We do not have a reference of the audit log. However, as a quick start, each JSON record in the audit log looks like:…2 · -
Re: Mac OS - MySQL Connection in Dataiku
Hi, WIB is indeed not a "time zone" but an "offset to UTC", which may not be valid always. That's a fairly tricky distinction that is mostly due to daylight savings. For exam…2 · -
Re: PySpark Recipes persist DataFrame
Hi, Are you using a SparkSession or a SQLContext to create your dataframes ? Whichever you are using, can you please try with the other one ?1 · -
Re: PySpark Recipes persist DataFrame
It seems that Spark does not like mixing old and new style APIs (SQLContext created from a SparkSession instead of a SparkContext). Could you please try, but instead of creating a SparkSession, you c…1 ·
