Common Content for Data Engineering
- Common Content for Data Engineering 10.4.1
- All Products
checkin -o <object_type> [-t <object_subtype>] -n <object_name> -f <folder_name> [-c <comments>] [-s dbd_separator]
Option
| Argument
| Description
|
---|---|---|
-o
| object_type
| Required. Type of object you are checking in: source, target, transformation, mapping, session, worklet, workflow, scheduler, session config, task, cube, or dimension.
|
-t
| object_subtype
| Optional. Type of task or transformation to check in. Not required for other object types. For more information about valid subtypes, see
Listing Object Types.
|
-n
| object_name
| Required. Name of the object that you are checking in.
|
-f
| folder_name
| Required. Folder to contain the new object version.
|
-c
| comments
| Optional. Comments about the check in.
|
-s
| dbd_separator
| Optional. If an ODBC source has a period (.) in the name, define a different separator character when you define the source object. For example, instead of database_name.source_name, define the source object as database_name\source_name, and define the dbd_separator as backslash (\).
|