-
Re: Run SQL ETL scripts from Git repo
Hi, One way you could do this could pull the latest SQL code from the git and execute it using SQLExecutor2 all in python. Then execute this python code from your scenario. Here is a sample that will…1 · -
Re: Working with Project variables
Hi, You should be able to set global project variables ( standard) and local project variables. Please see the below sample : import dataikuproject = dataiku.api_client().get_project(dataiku.default_…1 · -
Re: Sending an email with an attached file from a notebook
@Angelina , Just posting here as well as you have resolved this over another channel. To attach files, you can do this if the files are in a managed folder in DSS using "FOLDER_ITEM" type. …2 · -
Re: Masking of middle string of text
Hi, Just to expand on the suggestions from @tgb417 . You can indeed use formula with regex to achieve this To break down in case I did a concatenation of the first 2 characters, then using regex to r…3 · -
Re: Calling Python code from Shiny webapp using reticulate
Yes the OS dependencies would need to be installed by your DSS /Systems Admin1 ·
