Hello,
i want to add a variable which comes from partitioning to the table.
So I am using the function in my python script:
dataiku.dku_flow_variables["DKU_DST_id"]
but getting the error
AttributeError: 'module' object has no attribute 'dku_flow_variables'
How to access the variable from which the partitioned are made?
Thanks.