gajoseph / purge

Purge data from db based on datafield(createdDate/ lastupdatedate)
GNU General Public License v3.0
1 stars 0 forks source link

when a table has 2 parent eg tab4 is child of tab2 and tab3 its getting added twice #8

Open gajoseph opened 6 years ago

gajoseph commented 6 years ago

see if there a way to add only once; afte tab2 --> tab4 is getting added then after tab3 --> tab4 is added gain instead rearrange tab4 to after tab3 tab2 tab4 tab3 tab4 instead of abobve tab2--> tab4(get the object and move this after tab3) tab3--> tab4

gajoseph commented 4 years ago

graph TD;

  QTG-->SubGraph1Flow
  subgraph "QTG Flow"
  SubGraph1Flow(QTG services)
  SubGraph1Flow -- WebServices --> SavetoDB
  SubGraph1Flow -- Q service --> SavetoDB
  end

  subgraph "Hub to QTG"
  HubSpot[Hub Spot]--> Kafka[Kafka]
  Kafka[Kafka]-->QTG[QTG] 

end