I am creating a workflow in Azure logic Apps to download a file from Github and execute it on Snowflake when a request is received. I am facing two issues.
- I can connect to github and can use “get repository by ID” or “Get the list of files from a pull request”, however, I cannot find a way to access the content of the files. How to get access to the content of the file on github?
- If I get the content how to pass it to snowflake for execution?