-
Scenario
Is is possible to set up a scenario to run monthly based on SQL change trigger? SQL change trigger will be based on system load date.
-
Automated Pull of a Remote Repository Branch
Our team is currently using both a CI/CD tool for automating deployments through Project Deployer API's and a remote git repository for version control. We would like to go one step further and implement automated deployments that are triggered when a merge to the master branch in the remote git repository occurs. The…
-
migrate one designer instance to another designer instance
I've been looking at a question that was asked before here: https://community.dataiku.com/t5/Using-Dataiku/Sync-a-project-between-two-different-exploration-instances/m-p/27702 What is a good way to export a bundle of a project (or multiple projects) from one designer instance and then import it into a different designer…
-
Export user details as csv or excel
Hi all, I was trying to export list of users in to an excel or export as CSV. I couldn't find an option under Administration->Security->Users. Tried exporting via dsscli command but the list doesnt have information if the user is enabled/disabled, last login , created date etc. Any other ways to get this? Operating system…
-
Messaging channels : SMTP with OAuth2
Hello, I would like to setup an SMTP (smtp.office365.com) messaging channel with OAuth 2 authentication (https://docs.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth) Is it supported by Dataiku and if yes what would be the Extra properties to…
-
Migrating from google cloud to Azure
We currently have Dataiku configured on our Google Cloud with Snowflake as the DW. The company made the decision to move the Azure (with Snowflake). What is the easiest way for us to move our dataiku over into Azure? Is there documentation somewhere to address this?
-
Deploy Dataiku on Kubernetes
Hi I'm trying to set deployment on my k8s cluster for Dataiku 12.2.2. When I create the deployment and service, I encountered following errors, can you please suggest some solutions?
-
hadoop.fs.EmrFileSystem not found
Anyone has experienced with below error while running SPARK job in Dataiku 11.4.3 version Oops: an unexpected error occurred java.lang.ClassNotFoundException: Class com.amazon.ws.emr.hadoop.fs.EmrFileSystem not found, caused by: ClassNotFoundException: Class com.amazon.ws.emr.hadoop.fs.EmrFileSystem not found Operating…
-
Pandas error - Python Code Environment Creation
Hello Team, We are observing below errors while creation python code environments. Please help us in getting this fixed. created virtual environment CPython3.6.8.final.0-64 in 316ms creator CPython3Posix(dest=/opt/app/data/code-envs/python/test_env, clear=False, no_vcs_ignore=False, global=False) seeder…
-
Setting Up Python 3.9 and Miniconda Code Env
Hi All, I am having some trouble setting Dataiku code environments. In fact, I have install Python3.9 and also miniconda on the DSS server and the banary are also available in the PATH but when I' trying to create an environment in DSS I get an error (see screenshot). Does anyone know how to resolve this error ? Thank you…