-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added macro for wh selection * added changes * init push of takeover of pr:115 * remove original commmunity changie entry and remove a variable type definition. --------- Co-authored-by: Javier Calvo <javier.calvo.martinez@gmail.com>
- Loading branch information
1 parent
9d2f8f3
commit 2e061fc
Showing
3 changed files
with
15 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: take over pr:103 to allow Macro for custom warehouse selection | ||
time: 2023-03-07T14:09:33.713772-06:00 | ||
custom: | ||
Author: javiCalvo | ||
Issue: "438" |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% macro snowflake_warehouse(warehouse) -%} | ||
{{ return(warehouse) }} | ||
{%- endmacro %} |