-
Re: Accessing the individual's username from Python recipe?
import dataiku client = dataiku.api_client() username = client.get_auth_info()['authIdentifier']2 · -
Creating Snowflake tasks possible?
Hi, Is it possible to create Snowflake tasks using dataiku? My use case is looping through N products and creating a task for each, all tasks nearly identical except for the product ID being change i…1 ·