Dataiku DSS Visual Studio Code ExtensionEasily edit code Recipes, code Libraries, Web App files and Plugin files of your DSS projects right into VSCode. FeaturesThe extension offers a new menu in the left panel (with the Dataiku logo). Through it, you can browse your projects and plugins. Code RecipeYou can browse all code recipe of a project, edit them and when you save them, they will be saved back into DSS. When a code recipe is open you will find in the bottom bar a button to run this recipe remotely on DSS. A new Output window will open and print the log of the running recipe. WikiYou can browse all wiki articles of a project, create, remove, edit and save them back into DSS. LibrariesYou can browse all files in the code libraries of a project. You can then add, remove or edit these files and the changes will be reflected into DSS. PluginsYou can browse into your plugins' hierarchy, edit the files and when you save them, they will be saved back into DSS. When you select a folder, a new icon will appear to let you add new files in this folder. Code RecipePython and R recipe can be run locally. To do so you will need:
Web AppsWeb apps can be listed, browsed and their files edited and saved into DSS. PluginsPlugins folders and files can be deleted directly from the hierarchy. Folders such as files can also be added. Requirements
Extension SettingsThere are two mandatory settings:
They are two ways to set them:
If you want to execute Python or R recipes locally and your DSS instance has SSL enabled, the dataiku package will verify the certificate. In order for this to work, you may need to add the root authority that signed the DSS SSL certificate to your local trust store. Please refer to your OS or Python manual for instructions. If this is not possible, you can also disable checking the SSL certificate:
|