Skip to content

Commit

Permalink
Merge pull request #20 from eiffel777/add-alias-jobhosts-action
Browse files Browse the repository at this point in the history
Adding the correct alias for the jobhosts table in the jobhosts action
  • Loading branch information
eiffel777 authored Jun 23, 2021
2 parents bfef468 + 9507cde commit dd9af93
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
{
"schema": "${SOURCE_SCHEMA}",
"name": "jobhosts",
"alias": "jt.job_id = sjh.job_id"
"alias": "sjh",
"on": "jt.job_id = sjh.job_id"
},
{
"schema": "${SOURCE_SCHEMA}",
Expand Down

0 comments on commit dd9af93

Please sign in to comment.