Hi,
Would you know if there is any way to upload Alteryx output (json file in my example) on github?
Then I need to set up daily refresh on Alteryx Server.
Thanks in advance.
Hey @ludag,
You can use the python tool and install a library called GitPython · PyPI. This will allow you to do git operations such as push and commit from within Alteryx GIT Operations with Python Scripting. - Digital Varys.
To import the GitPython package just do the flowing and then check the article I linked