-
Re: Password of connection visible via Python API
This is normal. You can control who can read connection details using the "Details Readable by" permission in the connection security settings. Admins can see all connection details.1 · -
Re: How to shift data in a column
Both your main question and follow up question can be solved using a Window recipe: https://knowledge.dataiku.com/latest/data-preparation/visual-recipes/tutorial-window-recipe.html If you can't …1 · -
Re: Encountering a problem, trying to create a new branch
https://community.dataiku.com/discussion/comment/44104#Comment_44104 Right I didn't mean to say it doesn't work but that it's highly impractical and effectively useless. First you need…1 · -
Re: Python script for test Api Service Endpoint by launch remote test query
Well at the end of the day the APIs are on the Designer node and are simple REST APIs. So nothing stops you from writing your own test framework using Python's requests package. You may be able …1 · -
Re: Python script for test Api Service Endpoint by launch remote test query
Yes you can do this. The Design Node come with it's own embedded API Node and this can be used for testing. Once you developed your API service create a few test queries in the Endpoint tab. The…1 ·