Handling Large Batches of Snowflake schemas with Github Actions
Within a Github Actions workflow, I am trying to create batches of snowflake schemas by: calling a python script from a GH Actions step fetching a list of schemas with SHOW SCHEMAS; from the python script returning the list to the GH Actions workflow ingest all the schemas, via a separate GH Actions job that […]
Handling Large Batches of Snowflake schema ingestion in Github Actions
Within a Github Actions workflow, I am trying to create batches of snowflake schemas by: calling a python script from a GH Actions step fetching a list of schemas with SHOW SCHEMAS; from the python script returning the list to the GH Actions workflow ingest all the schemas, via a separate GH Actions job that […]
Handling Large Batches of Schema Ingestion in GitHub Actions with Limited Matrix Size
Within a Github Actions workflow, I am trying to create batches of snowflake schemas by: calling a python script from a GH Actions step fetching a list of schemas with SHOW SCHEMAS; from the python script returning the list to the GH Actions workflow ingest all the schemas, via a separate GH Actions job that […]