-
Re: How to update a global variable in Scenario
Hi @zhlj , I'm happy to hear you managed to solve your issue Just for information, dataiku.get_custom_variables()['projectKey'] should also work. It retrieves the current project key w…2 · -
Re: Visual studio integration to DSS
Hi, The VSCode integration is available for free on the VSCode marketplace. (The source code is also available on GitHub.) That being said, all our external IDE integrations are based on the public R…2 · -
Re: How to update a global variable in Scenario
Hi @zhlj , scenario.set_global_variables() updates global variables set at the instance level. (These variables can be edited in Administration -> Settings -> Variables). I suspect your variabl…1 · -
Re: Flagging Records With Invalid Values
Hi @AnalyticsAnton , What you're looking for is achievable using User-defined meanings. Thanks to a custom meaning, you can define a values list to specify what are the valid values. Then, you…7 · -
Re: Writing null value to MongoDB
Hi @Desmond , Indeed, it's not possible to store null values in a MongoDB document using a DataFrame. The Python None values are considered as missing attributes accordingly to this NoSQL specif…1 ·
