-
Can I send a dashboard by email using the reporter? or Does it exist any way to send a dashboard to
Hi All I have made a dashboard with charts and I wish to send the dashboard to an end user without DSS license. Is it possible? Regards
-
Add file attachments within a custom scenario (Python) script
Hello, I am trying to automate a flow using a custom scenario script written in Python. I wish to send one of the outputs produced by the flow as an email attachment once the flow completes. I got this far: sender = scenario.get_message_sender(channel_id="email_channel_id")…
-
Is it possible to integrate mail server
Dear all, Is it possible to integrate an SMTP mail server with dataiku? Kind regards, Tony R
-
Returning the Metric Record Count in a Slack message
Hello, I have set up a scenario which returns a Slack message upon completion, along with some standard variables (e.g., ${scenarioName}). By following the documentation here https://doc.dataiku.com/dss/latest/scenarios/variables.html ("Retrieving the value of a metric") I have been able to get the entire output from the…
-
Accessing metrics in reporters when partitioned datasets are used
Hi, I had a reporter that worked marvels until I started keeping historical records through partitioning. I cannot find the way to dynamically parse the ever changing json. What was once: ${(filter(parseJson(stepOutput_get_counts)["MY_PROJECT.my_table_NP"].computed, x,... is now:…
-
Scenario message variables
In the send message template for webhooks there's an example ${outcome} variable. But I can't find anything in the docs about other variables of the scenario. It would be useful to have variables of the owner of the run, the name of the scenario, the project and maybe some information about the steps taken within it. If…
-
Feature request: send and receive/trigger on Google PubSub messages
You can send scenario messages Slack etc, but for further integration, I would like to send a message to Google PubSub instead. Since some plugins and features already use Google Cloud, its credentials and authorization should look-a-like. This is just a feature request, not expecting it any time soon.
-
Slack Webhook Integration seems partially broken
When I configure the Slack webhook integration for a project and use the checkbox to send messages when a git commit is being made, they're send to our Slack channel just fine. But every other message message options that I can check are not being sent at all. No build messages, no scenario messages. Secondly, within the…
-
Using variables in scenario notification
Hi, is there any plan to support using of project variables in Scenario notification for fields "User name" and "Icon (emoji)" ? for Slack channels? Thanks Tomas
-
Send email/alert out on scheduled job failure
Hi All, I am maintaining an instance of DSS 2.3.X for the moment. I was wondering whether there was a way to send out an email notification or hooking up some form of alert when a scheduled job fails. Thanks, Derick