feat(FILE_ARCHIVER): Update package version to 3.4.3 and add JOIN to A_SOURCE_FILE_RECEIVED for archival query consistency
This commit is contained in:
@@ -520,6 +520,9 @@ AS
|
||||
, to_char(h.workflow_start,''yyyy'') as year
|
||||
, to_char(h.workflow_start,''mm'') as month
|
||||
from '||vTableName||' s
|
||||
join CT_MRDS.A_SOURCE_FILE_RECEIVED sfr
|
||||
on s.file$name = sfr.source_file_name
|
||||
and sfr.a_source_file_config_key = '||pSourceFileConfigKey||'
|
||||
join CT_MRDS.a_workflow_history h
|
||||
on s.a_workflow_history_key = h.a_workflow_history_key
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user