Skip to content

Commit

Permalink
Merge pull request #837 from eiffel777/fix-non-unique-cloud-table-alias
Browse files Browse the repository at this point in the history
removing duplicate join statement that was causing 1066 Not unique table/alias error
  • Loading branch information
Greg Dean authored Mar 5, 2019
2 parents 4f28be4 + 64e1927 commit 99de12c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
"alias": "ev",
"on": "ev.resource_id = staging.resource_id AND ev.instance_id = staging.instance_id AND ev.event_time_ts = staging.event_time_ts AND ev.event_type_id = staging.event_type_id"
},
{
"name": "event",
"schema": "${SOURCE_SCHEMA}",
"alias": "ev",
"on": "ev.resource_id = staging.resource_id AND ev.instance_id = staging.instance_id AND ev.event_time_utc = staging.event_time_utc AND ev.event_type_id = staging.event_type_id"
},
{
"name": "asset",
"schema": "${SOURCE_SCHEMA}",
Expand Down

0 comments on commit 99de12c

Please sign in to comment.