I noticed the user of some builtin variables in the documentation like: * projectKey jobProjectKey * dssUserLogin * jobProjectKey * jobId * activityId but it's there a list somewhere with all the poss…
I added a column to the start of an SQL pipeline and needed to ensure that the schema change was propagated to subsequent tables. Thankflully, DSS "propage schema" functionality allowed me to automate…
Hi all, I'm looking for a way to programmatically fill the Wiki of a project. For example, I'd like to create an article that contains the Data Catalogue and another that contains the Flow documentati…
This might be a bit of a silly question, but is there a possibility to change the image used for a project through code (or another automated way)? The reason for this is that, after duplicating proje…
Once we properly tag projects (using global tags), what options do we have as an admin to audit which projects have certain tags? Certain project statuses? As a user, we can search by these in the pro…
Hello, Within the Model training process, we have the option of adding additional Metadata labels to add to a version of a saved model on training. When the model is being scored, there is an option t…
Hi Team, I'm using pyspark with Dataiku after processing the data, I'm facing an issue with writing the data to the output. Could you please suggest an efficient way to write the data to the output? D…
Hi, I have a Python recipe that creates datasets I want to write to two separate Snowflake tables. I would like to only write to the snowflake tables if the data is new. So, I need to be able to check…
Hello, I see in the interface that we can rename a project. Is this something supported ? (ie: will we be able to run/build anything after renaming the project without any problem ?) If I try, I can a…
I use global variables often and in typical project may have a half dozen or more variables. While there are many advantages to using variables over hard coding key parameters, I do struggle keeping t…