forked from Snowflake-Labs/schemachange
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
73 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
This software includes the following python packages: | ||
Name License Author URL | ||
Jinja2 BSD License Armin Ronacher https://palletsprojects.com/p/jinja/ | ||
PyYAML MIT License Kirill Simonov https://pyyaml.org/ | ||
pandas BSD License The Pandas Development Team https://pandas.pydata.org | ||
This software includes the following python packages: | ||
|
||
Name License Author URL | ||
Jinja2 BSD License Armin Ronacher https://palletsprojects.com/p/jinja/ | ||
PyYAML MIT License Kirill Simonov https://pyyaml.org/ | ||
pandas BSD License The Pandas Development Team https://pandas.pydata.org | ||
pytest MIT License Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, https://docs.pytest.org/en/latest/ | ||
Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others | ||
snowflake-connector-python Apache Software License Snowflake, Inc https://www.snowflake.com/ | ||
|
||
Floris Bruynooghe, Brianna Laugher, Florian Bruhin and others | ||
snowflake-connector-python Apache Software License Snowflake, Inc https://www.snowflake.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% macro create_stage(stage_name, URL) -%} | ||
CREATE OR REPLACE STAGE {{stage_name}} | ||
URL = '{{URL}}'; | ||
{%- endmacro %} | ||
{%- endmacro %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
snowflake-connector-python>=2.8,<4.0 | ||
Jinja2~=3.0 | ||
pandas~=1.3 | ||
PyYAML~=6.0 | ||
Jinja2~=3.0 | ||
snowflake-connector-python>=2.8,<4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.