The Scala API¶
The DSS Scala API allows you to read & write DSS datasets from the Spark / Scala environment.
The DSS Scala API is only designed to be used within DSS. It can be used:
In Scala recipes
In Scala notebooks
In custom (plugin) Scala recipes
Reference documentation¶
Reference documentation for the com.dataiku.dss.spark package can be found at https://doc.dataiku.com/dss/api/11/scala
Example usage¶
TODO