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
*`ops_pre_sync` - (Optional) Operations to perform before syncing the created dSource. These operations can quiesce any data prior to syncing
139
139
*`name` - Name of the hook
140
-
*`command` - (Required)Command to be executed
140
+
*`command` - Command to be executed
141
141
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`
142
142
*`credentials_env_vars` - List of environment variables that will contain credentials for this operation
143
143
*`base_var_name` - Base name of the environment variables. Variables are named by appending '_USER', '_PASSWORD', '_PUBKEY' and '_PRIVKEY' to this base name, respectively. Variables whose values are not entered or are not present in the type of credential or vault selected, will not be set.
*`ops_post_sync` - (Optional) Operations to perform after syncing a created dSource.
156
156
*`name` - Name of the hook
157
-
*`command` - (Required)Command to be executed
157
+
*`command` - Command to be executed
158
158
*`shell` - Type of shell. Valid values are `[bash, shell, expect, ps, psd]`
159
159
*`credentials_env_vars` - List of environment variables that will contain credentials for this operation
160
160
*`base_var_name` - Base name of the environment variables. Variables are named by appending '_USER', '_PASSWORD', '_PUBKEY' and '_PRIVKEY' to this base name, respectively. Variables whose values are not entered or are not present in the type of credential or vault selected, will not be set.
0 commit comments