pythoI have a simple python tool that is producing some data after ETL done using the python tool.
I am writing the data using Alteryx.write(df_name, 1) but it does not provide any outputs.
I tried using all the anchor points but no luck.
The most relevant link I could find describing my problem is this link
https://knowledge.alteryx.com/index/s/article/Python-Tool-Doesn-t-Show-Any-Results-or-Errors-on-Run-1583461561630
But the solution did not help my case. Asking for alternative solutions
I see the data in the python tool if I run df_name.head() but then the dont see anything in the browse or file output tool