generated from dbt-labs/dbt-oss-template
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inject TagIterator into BlockIterator (#39)
* Inject tag iterator for greater flexibility. Fix some names. * Inject TagIterator into BlockIterator for greater flexibility. * Refine names. * Fix name mismatch. * Add type annotations * Fix formatting for black. * Tweak type annotation. * Use Union type to make earlier python versions happy.
- Loading branch information
1 parent
8d69478
commit 63a4861
Showing
3 changed files
with
64 additions
and
56 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: Under the Hood | ||
body: Inject TagIterator into BlockIterator for greater flexibility. | ||
time: 2024-01-23T16:11:07.24321-05:00 | ||
custom: | ||
Author: peterallenwebb | ||
Issue: "38" |
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