====== Tabli - Truncate data command ======
===== About =====
The ''data truncate'' [[docs:tabli:command|command]] of the [[start|data module]] permits to [[docs:op:truncate|truncate]] one or more [[docs:resource:resource|data resources]].
===== How-to's =====
===== Syntax =====
tabli data truncate --help
Tabli data truncate
===================
Truncate data resources(s) - ie remove all records/content from a data resource
Examples
--------
1 - To truncate the tables D_TIME and F_SALES:
tabli data truncateD_TIME@connection F_SALES@connection
2 - To truncate only the table D_TIME with force (ie deleting the foreign keys constraint):
tabli data truncate--forceD_TIME@database
3 - To truncate all dimension tables that begins with (D_):
tabli data truncate D_*@connection
4 - To truncate all tables from the current schema:
tabli data truncate *@database
Syntax
------
tabli data truncate [options|flags]
where:
Arguments:
One or more data or script selectors
Options:
--force Delete the foreign keys constraint
Selection Options:
-wd,--with-dependencies If set, the dependencies will be also selected
Global Options:
-cf,--conf The path to a configuration file
-cv,--connection-vault The path where the connection vault is located
-h,--help Print this help
-l,--log-level Set the log level
-ns,--not-strict A minor error will not stop the process.
-odu,--output-data-uri defines the output data uri for the feedback data (default: console)
-oo,--output-operation defines the data operations (replace, truncate) on an existing output resource before transfer.
-oop,--output-transfer-operation defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database.
-pp,--passphrase A passphrase (master password) to decrypt the encrypted values