-
Re: Tracking User Activity
Hi, There is a trove of data around user activity but a lot will require you to get your hands dirty and process it in a way that's useful to you. The first thing you should look at is the Custo…1 · -
Re: Does Automation NODE support Assume Role With Saml?
There are no differences in authentication supported in the Designer and Automation node. So if it works in Designer node it will work in the Automation node.1 · -
Re: Code Snippet as Edit option in Support Chats and Community Posts
Feedback for the Community should be posted in Community Feedback area. You can use code blocks (the </> icon in the toolbar) to post code snippets: import dataiku import pandas as pd, numpy as…1 · -
Re: How can I set the font family of Notebook in DSS
Jupyter Notebooks in DSS are different than Jupyter Notebooks in Code Studios even though they seem similar. Jupyter Notebooks in DSS are used instance wide so any changes will affect all users and c…1 · -
Re: Docs for "pandasutils"?
The "dataiku" package is a bit of kludge if you ask me (not to be confused with the dataiku-api-client, see here for Dataiku Python APIs). First of all it isn't available on PyPi but y…1 ·