Application-as-recipes for Python script reusable for different connections

lavee44
lavee44 Registered Posts: 1 ✭✭✭

We have turned a flow of Python script recipe into an application-as-recipe we encountered some difficulties making it universal for new input tables that have a different connection/schema/tablename as the original input table. We are interested to learn how other users dealt with this and what best practices are according to the dataiku developers.

Specifics- Is there a way to write a custom python script that takes input table name from the user, or if we can change the connection and input table in the recipe. Also the schema of the table can be different as we take the column number from the user and use that column in our python algo and do not use any specific column.

Answers

Setup Info
    Tags
      Help me…