-
Re: Integrate picture in an email
Hi, you can send the mail as HTML and integrate images in it. If you have the image somewhere in a managed folder in your project, you can attach it inline in the mail by using content-id .1 · -
Re: Trouble with pivot table
can you disable the "truncate modalities name" in the Output section of the Pivot recipe? It the output dataset needs short column names, then you should first make the pivot recipe to a fi…1 · -
Re: Read as Spark dataframe
Hi, the spark submit arguments aren't passing the needed jars to Spark, which means you probably haven't done the integration of Spark with DSS (see https://doc.dataiku.com/dss/latest/spark/installat…1 · -
Re: Email Notification
you can add attachments with an `attachments` field/parameter. The exact structure of an attachment definition depends on the type of attachment, which you can see by creating a reporter in your scen…1 · -
Re: Running pyspark query strings from a DSS notebook
Hi the spark-snowflake integration is documented on Snowflake's site at https://docs.snowflake.com/en/user-guide/spark-connector-use.html#using-the-connector-with-python . In DSS you'll need to have …2 ·