| 
| Welcome, Guest |  
| You have to register before you can post on our site. 
 
 |  
 
 
 
| Latest Threads |  
| What is the maximum numbe... Forum: BDB Designer Q & A
 Last Post: sariga.vr@bdb.ai
 12-28-2022, 07:59 AM
 » Replies: 0
 » Views: 17,389
 |  
| Inbuilt Capability of  VC... Forum: BDB - Platform
 Last Post: shivani.jaipuria
 12-27-2022, 05:23 AM
 » Replies: 0
 » Views: 2,975
 |  
| Can  dataset/cube refresh... Forum: BDB - Platform
 Last Post: shivani.jaipuria
 12-27-2022, 05:08 AM
 » Replies: 0
 » Views: 2,831
 |  
| How to load business stor... Forum: BDB Designer Q & A
 Last Post: sariga.vr@bdb.ai
 12-26-2022, 04:47 PM
 » Replies: 0
 » Views: 5,729
 |  
| How to load business stor... Forum: BDB Designer Q & A
 Last Post: sariga.vr@bdb.ai
 12-26-2022, 04:46 PM
 » Replies: 0
 » Views: 5,264
 |  
| How to load business stor... Forum: BDB Designer Q & A
 Last Post: sariga.vr@bdb.ai
 12-26-2022, 04:45 PM
 » Replies: 0
 » Views: 4,257
 |  
| How to load business stor... Forum: BDB Designer Q & A
 Last Post: sariga.vr@bdb.ai
 12-26-2022, 04:44 PM
 » Replies: 0
 » Views: 4,260
 |  
| Data Preparation  operati... Forum: BDB-Data Prep & ETL
 Last Post: shivani.jaipuria
 12-26-2022, 10:09 AM
 » Replies: 0
 » Views: 3,245
 |  
| Plugability  Feature of B... Forum: BDB Platform Q & A
 Last Post: shivani.jaipuria
 12-26-2022, 08:32 AM
 » Replies: 0
 » Views: 2,677
 |  
| How to use environment va... Forum: BDB Platform Q & A
 Last Post: archana
 12-26-2022, 05:57 AM
 » Replies: 0
 » Views: 2,697
 |  
 |  | 
| How to create mapped events? |  
| Posted by: jeevitha  - 12-26-2022, 04:41 AM - Forum: BDB Data Pipeline Q & A 
- No Replies |  
| 
	
		
|  | 
				In pipeline Module, Under Create new event, enable - Slide to enable Event Mapping For this EventIn the other pipeline where we need mapped events, give event name from the previous pipeline
 |  
		|   |  |  
 
| How to use auto update gv and notify gv using scripts? |  
| Posted by: sariga.vr@bdb.ai  - 12-26-2022, 04:41 AM - Forum: BDB Designer Q & A 
- No Replies |  
| 
	
		
|  | 
				This can be done using
 
 sdk.updateGlobalVariable( 'ComponentID',
 {'Key': 'Values'},Notify_true_OR_false );
 
 Here {'Key': 'Values'}àThis part performs the function of update GV
 Notify_true_OR_false )àThis performs the function of notify GV
 
 Here if we give true then it executes the script written in that particular component(notify true should be enabled only in components)
 
 Note : We cannot use this code in connection of any component with notify as true.
 |  
		|   |  |  
 
 
 
 
 
 
| What is consumer group and consumer? |  
| Posted by: sariga.vr@bdb.ai  - 12-26-2022, 04:05 AM - Forum: BDB Data Pipeline Q & A 
- No Replies |  
| 
	
		
|  | 
				Each component is called as Consumer Group.Instances of each component is called as Consumer.
 
 While considering partitions and consumer we must know that
 Partitions >= Consumer
 ie. Each partition can be sent to only one consumer of each consumer group.
 Consumer can consume data from two different partiotions.
 |  
		|   |  |  
 
 
 |