-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix null column index issue during
dbt docs generate
for external t…
…ables (#1085) * coalesce column metadata columns with a value to avoid null errors for external tables in docs generate * changelog
- Loading branch information
1 parent
374e403
commit a32e149
Showing
2 changed files
with
12 additions
and
4 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: Fix null column index issue during `dbt docs generate` for external tables | ||
time: 2024-02-01T14:53:23.434624-05:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1079" |
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