-
Re: Create scoring recipe using the API
Hi there, It looks like the reason why the keptInputColumns adjustment is not getting applied as expected is because the parameter filterInputColumns also must be set to True in the payload. To apply…1 · -
Re: Custom aggregation in Window Recipe (Fill a columns with last nonNull value)
Hi @Avalo , There are likely several ways to accomplish this, but I'll provide one option using a Python recipe. Here I created a sample dataset like you provided in your screenshot: I created the fo…2 · -
Re: Public API - Not Found
Hi @nadardin, It sounds like you are trying to hit one of your API endpoints for the service tap1 and the endpoint tapPredict. From the error message, I’m wondering if you might be hitting an API nod…2 · -
Re: python api - Select all upstream and downstream datasets
Hi @Bader , Here’s an example of how you could traverse the flow to get upstream + downstream datasets with the Python API. I am using flow graph nodes to traverse the flow in this example, but you m…3 · -
Re: User Login History
Hi Carl, In addition to the project-level metrics, you can also parse your audit.log file to retrieve the total number of active users in DSS. Here is some starter code for how you could do this in a…1 ·