Condividi tramite


SHOW CONNECTIONS

Si applica a:segno di spunta sì Databricks SQL segno di spunta sì Databricks Runtime 13.3 LTS e versioni successive

Elenca tutte le connections nel sistema.

Sintassi

SHOW CONNECTIONS

È anche possibile usare SERVERS anziché CONNECTIONS.

Parameters

None

Valori restituiti

Risultato set di connections con il columnsseguente:

  • name STRING NOT NULL: nomi di connections nel metastore.
  • connection_type STRING NOT NULL: tipo di connessione. Ad esempio: postgresql.
  • created_at STRING NOT NULL: timestamp al momento della creazione della connessione, in ISO 8601 formato .
  • created_by STRING NOT NULL: entità che ha creato la connessione.
  • comment STRING : un commento facoltativo specificato dall'utente per una connessione.

Esempi

> SHOW CONNECTIONS;
 name                connection_type created_at                   created_by    comment
 ------------------- --------------- ---------------------------- ------------- ---------------------
 mysql_connection    mysql           2022-01-01T00:00:00.000+0000 alf@melmak.et mysql connection
 postgres_connection postgresql      2022-06-12T13:30:00.000+0000 alf@melmak.et postgresql connection