From 3a728215b9329b34c107cf306a9d0463c51afe0c Mon Sep 17 00:00:00 2001 From: "Shahid N. Shah" Date: Fri, 5 Jan 2024 16:16:06 -0500 Subject: [PATCH] docs: rename "ingest" to "orchestrate" --- .../ahc-hrsn-elt/screening/all_symbols.html | 22 ++++-- .../lib/ahc-hrsn-elt/screening/index.html | 20 +++--- .../ahc-hrsn-elt/screening/search_index.js | 2 +- .../~/ExcelSheetTodoIngestSource.html | 24 +++---- .../screening/~/ExcelWorkbookSheetName.html | 20 +++--- .../~/{IngestEngine.html => OrchEngine.html} | 46 ++++++------ ...estEngineArgs.html => OrchEngineArgs.html} | 28 ++++---- .../~/{IngestStep.html => OrchStep.html} | 32 ++++----- ...tStepContext.html => OrchStepContext.html} | 32 ++++----- .../screening/~/PotentialIngestSource.html | 22 +++--- .../screening/~/SQLPageNotebook.html | 72 +++++++++++++++---- .../screening/~/ScreeningAssuranceRules.html | 22 +++--- .../~/ScreeningCsvFileIngestSource.html | 46 ++++++++---- .../~/ScreeningExcelSheetIngestSource.html | 46 ++++++++---- .../screening/~/excelWorkbookSheetNames.html | 20 +++--- .../~/fsPatternIngestSourcesSupplier.html | 26 +++---- .../lib/ahc-hrsn-elt/screening/~/index.html | 20 +++--- .../~/ingestCsvFilesSourcesSupplier.html | 26 +++---- .../~/ingestExcelSourcesSupplier.html | 26 +++---- .../~/{ieDescr.html => oeDescr.html} | 26 +++---- 20 files changed, 337 insertions(+), 241 deletions(-) rename support/docs/lib/ahc-hrsn-elt/screening/~/{IngestEngine.html => OrchEngine.html} (85%) rename support/docs/lib/ahc-hrsn-elt/screening/~/{IngestEngineArgs.html => OrchEngineArgs.html} (91%) rename support/docs/lib/ahc-hrsn-elt/screening/~/{IngestStep.html => OrchStep.html} (86%) rename support/docs/lib/ahc-hrsn-elt/screening/~/{IngestStepContext.html => OrchStepContext.html} (86%) rename support/docs/lib/ahc-hrsn-elt/screening/~/{ieDescr.html => oeDescr.html} (89%) diff --git a/support/docs/lib/ahc-hrsn-elt/screening/all_symbols.html b/support/docs/lib/ahc-hrsn-elt/screening/all_symbols.html index 7b6b6382..935066bc 100644 --- a/support/docs/lib/ahc-hrsn-elt/screening/all_symbols.html +++ b/support/docs/lib/ahc-hrsn-elt/screening/all_symbols.html @@ -46,11 +46,11 @@

Classe c - IngestEngine + OrchEngine -

Use IngestEngine to prepare SQL for ingestion steps and execute them +

Use OrchEngine to prepare SQL for orchestration steps and execute them using DuckDB CLI engine. Each method that does not have a @ieDescr.disregard() attribute is considered a "step" and each step is executed in the order it is declared. As each step is executed, its error or results are passed to the @@ -71,7 +71,15 @@

Classe

- +

Encapsulates SQLPage content. SqlPageNotebook has +methods with the name of each SQLPage content that +we want in the database. The MutationSqlNotebook sqlPageSeedDML method +"reads" the cells in the SqlPageNotebook (each method's result) and +generates SQL to insert the content of the page in the database in the format +and table expected by SQLPage. +NOTE: we break our PascalCase convention for the name of the class since SQLPage +is a proper noun (product name).

+
@@ -195,7 +203,7 @@

IngestEngineArgs + OrchEngineArgs

@@ -235,7 +243,7 @@

IngestStep + OrchStep @@ -251,7 +259,7 @@

IngestStepContext + OrchStepContext @@ -307,7 +315,7 @@

v - ieDescr + oeDescr diff --git a/support/docs/lib/ahc-hrsn-elt/screening/index.html b/support/docs/lib/ahc-hrsn-elt/screening/index.html index 45b3f3ed..a889bfbf 100644 --- a/support/docs/lib/ahc-hrsn-elt/screening/index.html +++ b/support/docs/lib/ahc-hrsn-elt/screening/index.html @@ -39,12 +39,12 @@

Class

  • - +
    c
    - IngestEngine + OrchEngine
  • @@ -133,12 +133,12 @@

    Interface