mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			704 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			704 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
source:
 | 
						|
  type: sigma
 | 
						|
  config:
 | 
						|
    # Coordinates
 | 
						|
    api_url: "https://aws-api.sigmacomputing.com/v2"
 | 
						|
    # Credentials
 | 
						|
    client_id: "CLIENTID"
 | 
						|
    client_secret: "CLIENT_SECRET"
 | 
						|
    
 | 
						|
    # Optional - filter for certain workspace names instead of ingesting everything.
 | 
						|
    # workspace_pattern:
 | 
						|
    #   allow:
 | 
						|
    #     - workspace_name
 | 
						|
 | 
						|
    ingest_owner: true
 | 
						|
    
 | 
						|
    # Optional - mapping of sigma workspace/workbook/chart folder path to all chart's data sources platform details present inside that folder path.
 | 
						|
    # chart_sources_platform_mapping:
 | 
						|
    #   folder_path:
 | 
						|
    #     data_source_platform: postgres
 | 
						|
    #     platform_instance: cloud_instance
 | 
						|
    #     env: DEV
 | 
						|
 | 
						|
sink:
 | 
						|
  # sink configs
 |