SNOW-257781 adding more documentation and files necessary to build custom GH actions #595
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was going to add documentation on how to build the connector in the most up to date way as per @sfc-gh-hchaturvedi s request, but I found that I wrote a fairly good one already at: https://github.com/snowflakedb/snowflake-connector-python/blob/master/test/README.rst
But then I found that out custom GH actions are not documented at all, so I checked in those files and wrote a small tutorial on how to compile them again if need be.
I've also updated some gitignores to allow for multiple venvs and parameter files. This is something that I started doing and would like to have these extra files not show up in my
git status
s from now on.