Tabul - Connection Ping Command

Undraw Windows

Ping

The ping command of the connection module verifies if a connection can be reached.

Syntax

tabul connection ping --help
Tabul connection ping
=====================

Ping a connection



Syntax
------


    tabul connection ping [options|flags] <(NamePattern)...>


where:


  Arguments:

    <(NamePattern)...>                                      one or more connection name


  Options:

    --timeout <value>                                       timeout in second to wait until a successful connection


  Global Options:

    -ah,--app-home <path>                                   The app home directory (default to the .tabul.yml file directory)

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

    -ee,--exec-env <name>                                   The execution environment (prod or dev)

    -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 vault values (Env: TABUL_PASSPHRASE)

    --pipe-mode                                             Use pipe mode if you want to pipe the output in a shell. Pipe mode will not print the headers (ie column name) and will not make the control character visible

    -v,--version                                            Print version information




Related HowTo
Undraw Windows
How to execute a procedure in MySQL ?

This howto shows you how to create and execute a SQL Procedure in MySQL. This example has been taken from the official...
Undraw Windows
How to install the World MySQL Sample Schema

This howto will show you how to install the world sample schema of MySQL. The installation is done with the sql script world.sql This script is idempotent...
Undraw Windows
HowTo - How to load XML files into a Postgres with Tabulify

This database howto will show you how to load Xml file and document into a database.
Undraw Windows
HowTo - How to load XML files into a database with Tabulify

This database howto will show you how to load Xml file and document into a database.
Undraw Windows
Oracle - How to execute an Anonymous Code Block

In Oracle, an anonymous code block can be created with the DECLARE/BEGIN/END block. The next steps will be using the howto...
Undraw Windows
Postgres - Anonymous Code Block

In Postgres, an anonymous code block is executed via the non-standard SQL DO statement. The next steps will be using the postgres howto connection....
Undraw Windows
Postgres - How to list SQL Tables

This howto will show you how to list SQL Tables
Undraw Windows
Postgres - How-to Connection

A default howto postgres connection and howto service are provided after a fresh installation that is used in the howto's. To use this connection, you need to start the service (ie a docker image)...
Undraw Windows
SQL Server - Anonymous Code Block

In , an anonymous code block can be created with the BEGIN/END block. The next steps will be using the howto connection....
Undraw Windows
Tabul - How to copy the data definition of all tables from a star/snowflake schema

This howto will show you how to copy the data definition of all SQL tables from a star/snowflake schema.

Task Runner