Run Sensitive Data Discovery on Data Sources
Prerequisite
Command Overview: immuta sdd run
immuta sdd runOptions
$ immuta sdd -h
Run Sensitive Data Discovery with provided options
Usage:
immuta sdd run [datasourceName(s)] [flags]
Examples:
# run SDD as a dry run on the specified data sources
$ immuta sdd run "Datasource One" "Datasource Two" --dryRun --template "someFramework"
# run SDD on ALL data sources in immuta
$ immuta sdd run
Flags:
-d, --dryRun No updates will actually be made
-f, --force Do not prompt for confirmation when attempting to run sdd on all data sources
-h, --help Help for run
-o, --output json | yaml Output format
--outputTemplate string Format the response using a Go template
-t, --template string Run SDD with this template, can only be used with the dryRun flag
-w, --wait int The number of seconds to wait for the SDD job(s) to finish. Default is until the SDD job(s) finish (default -1)
Global Flags:
--config string Config file (default $HOME/.immutacfg.yaml)
-p, --profile string Specifies the profile for what instance/api the cli will use (default "default")Run SDD on Specific Data Sources
Example
Run SDD on All Data Sources
Example
Last updated
Was this helpful?

