Skip to content

Commit

Permalink
Merge branch 'xdmod8.1' into update_config_read_order
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrath authored Mar 5, 2019
2 parents 6e3dbc6 + 99de12c commit 9bcace5
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 9bcace5

Please sign in to comment.