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
As a user, when I set a gps column relationship, I'm expecting the columns to be transformed with the GPSNoiser if I have access to it and AnonymizedFaker otherwise
Expected behavior
Update the following dict inside the data processor to set the GPSNoiser as default transformer for the gps relationship:
Problem Description
As a user, when I set a gps column relationship, I'm expecting the columns to be transformed with the GPSNoiser if I have access to it and AnonymizedFaker otherwise
Expected behavior
Update the following dict inside the data processor to set the
GPSNoiser
as default transformer for the gps relationship:SDV/sdv/data_processing/data_processor.py
Line 70 in 5ef78d3
The text was updated successfully, but these errors were encountered: