We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Upload file on github

ludag
5 - Atom

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.

 

 

2 REPLIES 2
IraWatt
17 - Castor
17 - Castor

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.

 

IraWatt
17 - Castor
17 - Castor

To import the GitPython package just do the flowing and then check the article I linked

IraWatt_0-1650552787952.png

 

Labels
Top Solution Authors