2024-01-22 11:46:04 -06:00
|
|
|
## This file is used to define a dataset and provide metadata for it
|
|
|
|
- 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: examples/structured_properties/click_event.avsc
|
|
|
|
fields:
|
2025-03-04 23:47:51 +05:30
|
|
|
- id: ip
|
|
|
|
structured_properties:
|
|
|
|
io.acryl.dataManagement.deprecationDate: '2023-01-01'
|
|
|
|
io.acryl.dataManagement.certifier: urn:li:corpuser:john.doe@example.com
|
|
|
|
io.acryl.dataManagement.replicationSLA: 90
|
|
|
|
- id: url
|
|
|
|
structured_properties:
|
|
|
|
io.acryl.dataManagement.deprecationDate: '2023-01-01'
|
|
|
|
- id: locator.latitude
|
|
|
|
structured_properties:
|
|
|
|
io.acryl.dataManagement.deprecationDate: '2023-01-01'
|
2024-01-22 11:46:04 -06:00
|
|
|
structured_properties: # dataset level structured properties go here
|
|
|
|
io.acryl.privacy.retentionTime: 365
|
|
|
|
projectNames:
|
2025-03-04 23:47:51 +05:30
|
|
|
- Tracking
|
|
|
|
- DataHub
|
2024-01-22 11:46:04 -06:00
|
|
|
- id: ClickEvent
|
|
|
|
platform: events
|
|
|
|
subtype: Topic
|
|
|
|
description: |
|
|
|
|
This is a sample event that is generated when a user clicks on a link.
|
|
|
|
Do not use this event for any purpose other than testing.
|
|
|
|
properties:
|
|
|
|
project_name: Tracking
|
|
|
|
namespace: org.acryl.tracking
|
|
|
|
version: 1.0.0
|
2025-03-04 23:47:51 +05:30
|
|
|
retention: '30'
|
2024-01-22 11:46:04 -06:00
|
|
|
structured_properties:
|
|
|
|
io.acryl.dataManagement.certifier: urn:li:corpuser:john.doe@example.com
|
|
|
|
schema:
|
|
|
|
file: examples/structured_properties/click_event.avsc
|
|
|
|
downstreams:
|
2025-03-04 23:47:51 +05:30
|
|
|
- urn:li:dataset:(urn:li:dataPlatform:hive,user.clicks,PROD)
|
2024-01-22 11:46:04 -06:00
|
|
|
- id: user.clicks
|
|
|
|
platform: snowflake
|
|
|
|
structured_properties:
|
|
|
|
io.acryl.dataManagement.replicationSLA: 90
|
2025-03-04 23:47:51 +05:30
|
|
|
schema:
|
|
|
|
fields:
|
|
|
|
- id: user_id
|
|
|
|
structured_properties:
|
|
|
|
io.acryl.dataManagement.deprecationDate: '2023-01-01'
|
|
|
|
type: string
|