Legacy Pipeline Atlas worker-1snapshot 2026-07-15

sub-job

ECP · Load-Custom-Properties-RevFind-Copy

Load custom properties from Load-Visits-RevFind

called by Daily-Accounts-Processing-RevFind

sub-job ECP/Load-Custom-Properties-RevFind-Copy · db ECP_ProdMirror · updated 2025-10-01

task tree

What the sub-job runs

Tasks in order, each with what it does — typed stepsfrom the MDClarity task docs (click to open the reference), sub-jobsyou can expand inline (▶) to reveal their own tasks, and SQL steps summarized by Gemini (✨). Every step shows the tables it writes/reads and which earlier step it feeds from(sqlglot lineage).

sub-job

Load-Custom-Properties-RevFind-Copy

5 tasks · ECP
sub-job / Flow action SQL / native step▶ expand a sub-job inline · ↗ open it as its own page · a typed step opens its doc
  1. Load Workqueue Custom Property Membersqlload_custom_properties_revfind_copy__load_workqueue_custom_property_member.sql
    Updates custom property members by mapping workqueue assignment criteria to specific reporting attributes.
    writes CustomPropertyMember · reads WorkqueueAssignmentCriteria
  2. Remove Workqueue Custom PropertiesRemoveCustomProperty
    · reads CustomPropertyMapWorkqueueWorkqueueAssignmentCriteriaWorkqueueCriteriaItemMapWorkqueueEntityMap
    entity=Accountcustom property key=CustomProperty-[id]custom query
  3. Load Workqueue Custom Property MapUpdateCustomPropertyFromQuery
    · reads WorkqueueWorkqueueAssignmentCriteriaWorkqueueCriteriaItemMapWorkqueueEntityMap
    entity=Accountcustom property key=CustomProperty-[id]custom query
  4. SyncBatchSyncBatchdisabled
    Synchronizes processed data from batch staging tables to production tables, updating visits, quotes, and custom property mappings.
    writes CustomPropertyMap · reads CustomPropertyMapBatch
    sync custom property mapDISABLED
  5. Delete and Insert Workqueue Dimensionsqlload_custom_properties_revfind_copy__delete_and_insert_workqueue_dimension.sql
    Builds the workqueue dimension by mapping specific custom property members to the dimension table.
    writes DimensionMember · reads CustomPropertyMember
    ↳ feeds from Load Workqueue Custom Property Member