-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Uppercase column names issue in aws asset inventory (#990)
* fixed uppercase column names issue * installing last working dbt-postgres version * removed specific version, updated to include shards from makefile --------- Co-authored-by: Kevin Rheinheimer <[email protected]>
- Loading branch information
1 parent
73f4edf
commit 651c9e6
Showing
3 changed files
with
17 additions
and
16 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 |
---|---|---|
|
@@ -21,6 +21,7 @@ jobs: | |
shard: [ | ||
1, 2, 3, 4, | ||
5, 6, 7, 8, | ||
9, 10 | ||
] | ||
timeout-minutes: 30 | ||
services: | ||
|
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