-
Re: O365 connectors within Teams will be deprecated and notifications from this service
Small update… the support for Workflows webhooks will actually be added to DSS 12.6.5 and 13.0.1.1 · -
Re: O365 connectors within Teams will be deprecated and notifications from this service
Starting with DSS 12.6.5 and 13.0.1, you'll have to write the following to send a message through a webhook based on Workflows. message_sender.send(message=…, webhookUrl=<new webhook>, webhookT…2 · -
Re: O365 connectors within Teams will be deprecated and notifications from this service
Dear Microsoft Teams users, I confirm that the new webhook generated by Workflows/PowerAutomate is not fully compatible with the DSS/Teams integration in the existing DSS releases. The reason is that…3 · -
Re: How to stop keep formatting using prepare / formula recipe
Alternative (and somewhat simpler) method using the format function (https://doc.dataiku.com/dss/latest/formula/index.html#string-functions) format("%02d:%02d", Hours, Minutes)1 · -
Re: Extract underlying code of any recipe on dataiku
Hi Diaa, Unfortunately this is currently not possible using DSS (in all cases). As stated, for recipes that can be translated to SQL, DSS does the job of converting the recipe into SQL. For Python, t…1 ·