generated from dbt-labs/dbt-oss-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Syntax Support for Types on Macro Parameters (#229)
* Add syntax support for types on macro parameters. * Fixes for mypy * Add support for parameterized types. Add unit tests. * Fix formatting. * Add changelog entry * Fix type annotations
- Loading branch information
1 parent
965ad81
commit 243568e
Showing
3 changed files
with
119 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add syntax support for types on macro parameters. | ||
time: 2024-12-10T14:42:47.253157-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "229" |
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