mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			487 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			487 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # hello_world.yaml
 | |
| name: "hello_world_datahub_cloud"
 | |
| # 1. DataHub Cloud Connection: Configure how to talk to DataHub Cloud
 | |
| datahub:
 | |
|   server: "https://<your-organization>.acryl.io"
 | |
|   token: "<your-datahub-cloud-token>"
 | |
| # 2. Event Source: Where to source event from.
 | |
| source:
 | |
|   type: "datahub-cloud"
 | |
| # 3. Action: What action to take on events. 
 | |
| # To learn how to develop a custom Action, see https://docs.datahub.com/docs/actions/guides/developing-an-action	
 | |
| action:
 | |
|   type: "hello_world"
 | 
