Connections
Zerve offers support to integrate with popular database solutions which can be queried directly from canvas and can be used across different blocks/languages.
Currently Zerve supports the following database connections with others following soon.
Snowflake
PostgreSQL
MySQL
MariaDB
BigQuery
Weaviate
Setting up a Connection:
Go to Assets -> Connections -> Create Connections from your Zerve account's home page.

Select the required connection to setup and add the necessary connection parameters.

Once saved this connection can be accessed from SQL blocks in each canvas.

Access the connection from SQL Block and store the queried table as df.

Snowflake SQL query is executed and the result is stored as a dataframe in df variable.

This variable is now available for downstream python blocks as an input variable.
Last updated