List ClickHouse Databases
CLICKHOUSE_LIST_DATABASESRetrieve all databases available in your ClickHouse instance to understand your data structure and identify which database contains the tables you need to query.
ClickHouse
6 actions for ClickHouse workflows.
Operations are the actions a workflow can take in ClickHouse, grouped by category. Each lists its method, parameters, and a template you can drop it into.
Access and enumerate the databases available in your ClickHouse instance within a workflow. Use these operations when you need to discover which databases exist or dynamically reference them for queries and data operations.
List ClickHouse Databases
CLICKHOUSE_LIST_DATABASESRetrieve all databases available in your ClickHouse instance to understand your data structure and identify which database contains the tables you need to query.
Retrieve connection details and metadata for the ClickHouse Play interface to integrate with web-based interactions or monitoring dashboards. This is useful when you need programmatic access to interface information for testing or development purposes.
Get ClickHouse Play Interface
CLICKHOUSE_GET_PLAY_INTERFACEAccess an interactive web interface to write and test ClickHouse queries without leaving your browser, complete with a code editor and result visualization.
Run custom SQL queries directly against your ClickHouse database as part of an automated workflow. Leverage this to execute analytics, perform data transformations, or extract specific results from your tables.
Execute ClickHouse Query
CLICKHOUSE_EXECUTE_QUERYRun SQL queries directly against your ClickHouse database to retrieve, analyze, or aggregate data in real-time. This enables you to access insights from large datasets without needing separate analytics tools.
Inspect the structure and metadata of your ClickHouse tables and databases, including column definitions and data types. These operations are essential when you need to validate table structures, dynamically build queries, or document your data model.
Get Database Schema
CLICKHOUSE_GET_DATABASE_SCHEMARetrieve the complete structure of your ClickHouse database including all tables and their columns in one call, helping you understand what data you have available.
Get Table Schema
CLICKHOUSE_GET_TABLE_SCHEMARetrieve detailed column definitions and data types for any ClickHouse table to understand its structure before querying or analyzing data.
Discover and list all tables within a ClickHouse database to support dynamic workflows and data exploration. Use these operations when you need to programmatically identify available tables or iterate over your dataset inventory.
List ClickHouse Tables
CLICKHOUSE_LIST_TABLESRetrieve a complete inventory of all tables in your ClickHouse databases, including their storage engine, size, and row count to understand your data structure and storage footprint.
Drop a trigger and an action into a template; approve from your phone; the workflow runs.