QQQ-37 adding pre & post run to ETL transform & load; minor QOL

This commit is contained in:
2022-08-30 13:44:34 -05:00
parent 6142b8e703
commit 69b9ed5b19
14 changed files with 189 additions and 34 deletions

View File

@ -402,6 +402,7 @@ public class SampleMetaDataProvider
values.put(StreamedETLWithFrontendProcess.FIELD_SOURCE_TABLE, TABLE_NAME_PERSON);
values.put(StreamedETLWithFrontendProcess.FIELD_DESTINATION_TABLE, TABLE_NAME_PERSON);
values.put(StreamedETLWithFrontendProcess.FIELD_SUPPORTS_FULL_VALIDATION, true);
values.put(StreamedETLWithFrontendProcess.FIELD_PREVIEW_MESSAGE, "This is a preview of what the clones will look like.");
QProcessMetaData process = StreamedETLWithFrontendProcess.defineProcessMetaData(
ExtractViaQueryStep.class,