-
Re: Updating project long description using Python
What exactly do you call the long description? The project description is stored here: project = client.get_default_project() project_metadata = project.get_metadata() print(project_metadata['de…1 · -
Re: How do I see the computed column in Data iku?
After step 9 (Wrote the formula for calculated field) you need to click on Apply on the top right. Then once you click on Run you need wait for the job to succeed. After that you can explore the outp…1 · -
Re: Conditionally attaching a file to an email reporter
Scenario steps and scenario reporters can both be set to execute conditionally. So create different Scenario steps or scenario reporters for each of the desired outputs. In other words have a differe…2 · -
Re: How to change the underlying table in a dataset?
If the tables are different then you need to update the dataset schema as well. Try running an autodetect after saving the settings: new_settings = dataset.autodetect_settings() new_settings.save()1 · -
Re: Export and Import of Code Studio Template
While there are some APIs to interact with Code Studio Templates there aren't any methods to create new ones. We have therefore created templates manually and then extracted them from DATA_DIR/c…1 ·