Remove a source table from the configuration file. Remember, remove does not physically remove the entry until the change is applied. If the very same source is added back into the configuration before the remove is applied it essentially undoes the remove.
Syntax
sqdconf remove <cab_file_name>
(--schema=<name> --table=<name>) | --key=<name>
Keyword and Parameter Descriptions
Keyword | Description |
---|---|
<cab_file_name> | Must be specified and must match the name specified in the previous create command. |
--schema=<name> | Schema name, owner, or qualifier of a table. Different databases use different semantics, but a table is usually uniquely identified as S.T where S is referenced here as schema. This parameter cannot be specified with --key. |
--table=<name> | A qualified table name in the form of schema.name that identifies the source. This may be used in place of two parameters, --schema and --table. Both cannot be specified. |
--key=<name> | Same as --table. |