From 9507cde6c815d98c6bb060a69a791b2f53ee3eee Mon Sep 17 00:00:00 2001 From: Greg Dean Date: Wed, 23 Jun 2021 11:36:43 -0400 Subject: [PATCH] adding an alias for the jobhosts table in the jobhosts action --- .../etl/etl_action_defs.d/federated/jobs/jobhosts.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/etl/etl_action_defs.d/federated/jobs/jobhosts.json b/configuration/etl/etl_action_defs.d/federated/jobs/jobhosts.json index 1b67682..d8980fb 100644 --- a/configuration/etl/etl_action_defs.d/federated/jobs/jobhosts.json +++ b/configuration/etl/etl_action_defs.d/federated/jobs/jobhosts.json @@ -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}",