Tabli - Data Info Command

Undraw Windows

Tabli - Data Info Command

About

data info is a command of the data module that lists the attributes of a resources in a form fashion.

To get the attributes in a tabular format, you can use the tabli data list command

Syntax

tabli data info --help
Tabli data info
===============

Print the attributes of one or more data resources (files, tables, ...) in a form fashion

Tip: To get the attributes in a list fashion, check the `list` command



Examples
--------

 1 - Show the information on all files in the current directory


    tabli data info *


 2 - Show the information on the `date` table of the `oracle` connection


    tabli data info date@oracle


 3 - Shows information on the tables that begins with `D` of the `sqlite` connection


    tabli data info D*@sqlite




Syntax
------


    tabli data info [options|flags] <data-selector...>


where:


  Arguments:

    <data-selector...>                                      One or more name data resource selectors (ie pattern[@connection])


  Selection Options:

    -wd,--with-dependencies                                 If set, the dependencies will be also selected


  Global Options:

    -cf,--conf <path>                                       The path to a configuration file

    -cv,--connection-vault <path>                           The path where the connection vault is located

    -h,--help                                               Print this help

    -l,--log-level <error|warning|tip|info|fine>            Set the log level

    -ns,--not-strict                                        A minor error will not stop the process.

    -odu,--output-data-uri <outputDataUri>                  defines the output data uri for the feedback data (default: console)

    -oo,--output-operation <dataOperation>                  defines the data operations (replace, truncate) on an existing output resource before transfer.

    -oop,--output-transfer-operation <transferOperation>    defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database.

    -pp,--passphrase <passphrase>                           A passphrase (master password) to decrypt the encrypted values

where:




Related HowTo
Undraw Windows
How to execute and shows the result of a SQL Query

This howto will shows you to execute and shows the result of a SQL Query against the tpcds data
Undraw Windows
How to read and write an Excel file?

This howto will demonstrate you how to read and write to an Excel resource. To following this howto, you should have followed the getting started guide to have knowledge of: Resource creation...

Task Runner