Situation

After new DataShare content is available, a team needs target tables, columns, stored procedures, and FME workflows to stay aligned with the latest data.

Outcome

Flux checks target readiness, identifies missing target-table columns, runs configured target steps, and records target logs.

Steps

  1. Check ready target tables.
  2. Compare and add missing target table columns where required.
  3. Synchronize ready target tables.
  4. Invoke ready stored procedure target steps.
  5. Invoke ready FME target steps.
  6. Record target table, column, stored procedure, and FME logs.

Implementation Evidence

  • Flux/Hive/Hive.Application/DataShare/Target/
  • Flux/PowerShell/DataShare/Target/
  • Docs/Docusaurus/docs/powershell/Get-FluxDataShareTargetTableReady.mdx
  • Docs/Docusaurus/docs/powershell/Get-FluxDataShareTargetTableColumnMissing.mdx
  • Docs/Docusaurus/docs/powershell/Invoke-FluxDataShareTargetStoredProcedureReady.mdx
  • Docs/Docusaurus/docs/powershell/Invoke-FluxDataShareTargetFmeReady.mdx