Skip to content

Commit

Permalink
another arbitrary commit
Browse files Browse the repository at this point in the history
  • Loading branch information
segoldma committed Aug 7, 2024
1 parent 2adb0e8 commit a8bb686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/dim_characters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with characters as (
, appearance_counts.episode_count
, characters.loaded_at
, 2 as col2
, 'foo' as bar
, 'foo2' as bar

from characters
left join personality_traits
Expand Down

0 comments on commit a8bb686

Please sign in to comment.