mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			598 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			598 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
- id: user.clicks
 | 
						|
  platform: hive
 | 
						|
  # urn: urn:li:dataset:(urn:li:dataPlatform:hive,user.clicks,PROD) # use urn instead of id and platform
 | 
						|
  subtype: table
 | 
						|
  schema:
 | 
						|
    file: tests/structured_properties/click_event.avsc
 | 
						|
    fields:
 | 
						|
    - id: ip
 | 
						|
      structured_properties:
 | 
						|
        io.acryl.dataManagement.deprecationDate: '2023-01-01'
 | 
						|
  properties:
 | 
						|
    retention: '365'
 | 
						|
  structured_properties:
 | 
						|
    clusterType: primary
 | 
						|
    clusterName: gold
 | 
						|
    projectNames:
 | 
						|
    - Tracking
 | 
						|
    - DataHub
 | 
						|
    io.acryl.smoketest.dm.retentionTime: 365
 | 
						|
    io.acryl.smoketest.dm.certifier: urn:li:corpuser:datahub
 |