Jump to: navigation, search
(Created target blank page For Version: PSAAS:Julie)
 
(Automated save: adding PEC_Migrated template.)
 
Line 1: Line 1:
<!-- Creation of the target page -->
+
= View CTL_ETL_HWM =
 +
 
 +
{{Template:PEC_Migrated}}
 +
 
 +
 
 +
 
 +
<onlyinclude>
 +
 
 +
{{PDMView
 +
|viewName = CTL_ETL_HWM
 +
|shortDesc =
 +
|viewDesc = This view reflects processing progress for the data that is being transferred to the dimensional model tables, but for which certain interaction states are still in progress for the current time interval.
 +
 
 +
In this release, the view is limited to the extracted configuration data and transformed multimedia data only.
 +
|introduced =
 +
|SQL =  <source lang="xml" enclose="div">select
 +
'TRANSFORM_MM'  AS NAME,
 +
HWM_VALUE      AS LAST_TS
 +
from CTL_TRANSFORM_HWM
 +
where HWM_NAME = 'GIDB_G_PARTY_HISTORY_MM'
 +
union
 +
select
 +
'EXTRACT_CFG' AS NAME,
 +
min(MAX_TS)  AS LAST_TS
 +
from CTL_EXTRACT_HWM
 +
where DATA_SOURCE_TYPE = 4
 +
union
 +
select
 +
'TRANSFORM_SM'  AS NAME,
 +
min(HWM_VALUE)  AS LAST_TS
 +
from CTL_TRANSFORM_HWM
 +
where HWM_NAME in ('STG_SM_RES_STATE_FACT_V','STG_SM_RES_STATE_FACT_MM')
 +
union
 +
select
 +
'TRANSFORM_SM_V'  AS NAME,
 +
min(HWM_VALUE)  AS LAST_TS
 +
from CTL_TRANSFORM_HWM
 +
where HWM_NAME ='STG_SM_RES_STATE_FACT_V'
 +
union
 +
select
 +
'TRANSFORM_SM_MM'  AS NAME,
 +
min(HWM_VALUE)  AS LAST_TS
 +
from CTL_TRANSFORM_HWM
 +
where HWM_NAME ='STG_SM_RES_STATE_FACT_MM'
 +
 
 +
</source>
 +
}}
 +
 
 +
{{PDMViewColumn
 +
|colName = NAME
 +
|colDesc = A combination of the job name and an abbreviated data type for the processed data. Either of the following values:
 +
* EXTRACT_CFG
 +
*TRANSFORM_MM}}
 +
 
 +
{{PDMViewColumn
 +
|colName = LAST_TS
 +
|colDesc = Provides a UTC equivalent of the date and time up to which the data has been processed.
 +
}}
 +
 
 +
</onlyinclude>
 +
[[Category:V:PSAAS:Julie]]

Latest revision as of 01:21, June 22, 2020

View CTL_ETL_HWM

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Reporting in Genesys Engage cloud.






No results

This page was last edited on June 22, 2020, at 01:21.
Comments or questions about this documentation? Contact us for support!