You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a Source, transformation_owners_allowed and destinations_allowed feels redundant I want to unify them into transformations_allowed as a data access grant.
Sample Yaml to understand the changes you have to make:
collaborator: Media #name of the collaborator sources:
- name: Media_customerscsv_location: ./media_customers.csvdescription: table having data for media customercolumns:
- name: email type: stringmasking_type: sha256selectable: trueaggregates_allowed:
- private_count
- private_count_distinct join_key: truetransformations_allowed:
- ref: /Research/transformation/customer_overlap_count noise_parameters:
- noiseType: Laplace
- epsilon: math.Log(2)
- maxPartitionsPerUser: 1
Make necessary changes in the address authorization and the graph population logic to enable this yaml.
The text was updated successfully, but these errors were encountered:
Description
For a Source,
transformation_owners_allowed
anddestinations_allowed
feels redundant I want to unify them intotransformations_allowed
as a data access grant.Sample Yaml to understand the changes you have to make:
Make necessary changes in the address authorization and the graph population logic to enable this yaml.
The text was updated successfully, but these errors were encountered: