feat: add crm_opportunities_snapshot table to sync configurations and update sync script
This commit is contained in:
parent
0dab6d4ca1
commit
7d5bfd7da4
6
sync.sh
6
sync.sh
|
|
@ -3,4 +3,8 @@ sling run -r sync_aptselldemo.yaml
|
|||
|
||||
sling run -r sync_demo_local.yaml
|
||||
|
||||
sling run -r sync_demo.yaml
|
||||
sling run -r sync_demo.yaml
|
||||
|
||||
# Sync particular tables to local/homelab
|
||||
sling run -r sync_aptselldemo_homelab.yaml --streams qingflow.crm_opportunities_snapshot
|
||||
sling run -r sync_demo_homelab.yaml --streams autoflow-demo.crm_opportunities_snapshot
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ streams:
|
|||
object: "aptselldemo.crm_message_work_items"
|
||||
"qingflow.crm_opportunities":
|
||||
object: "aptselldemo.crm_opportunities"
|
||||
"qingflow.crm_opportunities_snapshot":
|
||||
object: "aptselldemo.crm_opportunities_snapshot"
|
||||
"qingflow.crm_opportunity_review_execution_index":
|
||||
object: "aptselldemo.crm_opportunity_review_execution_index"
|
||||
"qingflow.crm_opportunity_stage_stay_bucket":
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ streams:
|
|||
object: "demo.crm_message_work_items"
|
||||
"autoflow-demo.crm_opportunities":
|
||||
object: "demo.crm_opportunities"
|
||||
"autoflow-demo.crm_opportunities_snapshot":
|
||||
object: "demo.crm_opportunities_snapshot"
|
||||
"autoflow-demo.crm_opportunity_review_execution_index":
|
||||
object: "demo.crm_opportunity_review_execution_index"
|
||||
"autoflow-demo.crm_opportunity_stage_stay_bucket":
|
||||
|
|
|
|||
|
|
@ -58,6 +58,8 @@ streams:
|
|||
object: "demo.crm_message_work_items"
|
||||
"autoflow-demo.crm_opportunities":
|
||||
object: "demo.crm_opportunities"
|
||||
"autoflow-demo.crm_opportunities_snapshot":
|
||||
object: "demo.crm_opportunities_snapshot"
|
||||
"autoflow-demo.crm_opportunity_review_execution_index":
|
||||
object: "demo.crm_opportunity_review_execution_index"
|
||||
"autoflow-demo.crm_opportunity_stage_stay_bucket":
|
||||
|
|
|
|||
Loading…
Reference in New Issue