Deidentify
blackline.execution.deidentify
logger = logging.getLogger(__name__)
module-attribute
Deidentify
Deidentify class to orchestrate deidentification process.
Source code in BAR /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/blackline/execution/deidentify.py
catalogue = Catalogue.parse_dir(path=self.project.catalogue_path)
instance-attribute
path = path
instance-attribute
profile = profile
instance-attribute
project = ProjectConfig.parse_config_file(path=Path(path, PROJECT_CONFIG_FILE))
instance-attribute
start_date = start_date
instance-attribute
stores = DataStores.parse_folder(path=self.project.adapters_path)
instance-attribute
validate = Validate(path=path, profile=profile)
instance-attribute
__init__(path, profile, start_date)
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/blackline/execution/deidentify.py
deidentify()
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/blackline/execution/deidentify.py
validate_catalogue_dataset()
Source code in /opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/blackline/execution/deidentify.py
deidentify(path, profile, start_date)
Run method to orchestrate deidentification process.