-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use model alias for the CTE identifier generated during ephemeral mat…
…erialization (#10290) * Use alias instead of name when adding ephemeral model prefixes * Adjust TestCustomSchemaWithCustomMacroFromModelName to test ephemeral models * Add changelog entry for ephemeral model CTE identifier fix * Reference model.identifier and model.name where appropriate to resolve typing errors * Move test for ephemeral model with alias to dedicated test in test_compile.py
- Loading branch information
1 parent
374412a
commit 63262e9
Showing
3 changed files
with
35 additions
and
0 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: Fixes | ||
body: Use model alias for the CTE identifier generated during ephemeral materialization | ||
time: 2024-06-10T20:05:22.510814008Z | ||
custom: | ||
Author: jeancochrane | ||
Issue: "5273" |
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