Overview

Databend is an open-source, serverless, cloud-native data lakehouse built on object storage with a decoupled storage and compute architecture. It delivers exceptional performance and rapid elasticity, aiming to be the open-source alternative to Snowflake.

Authentication

This provider requires authentication.

  • host_url: Databend host_url (required: True, sensitive: False)
  • username: Databend username (required: True, sensitive: False)
  • password: Databend password (required: True, sensitive: True)

Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:

  • connect_to_server: The user can connect to the server (mandatory)

In workflows

This provider can be used in workflows.

As “step” to query data, example:

steps:
    - name: Query databend
      provider: databend
      config: "{{ provider.my_provider_name }}"
      with:
        query: {value}  

Check the following workflow example: