Skip to content

Commit

Permalink
Update databend.md (#21179)
Browse files Browse the repository at this point in the history
* Update databend.md
  • Loading branch information
hantmac authored Jan 13, 2023
1 parent 1b185db commit fd9fe9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/integrations/destinations/databend.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ Each stream will be output into its own table in Databend. Each table will conta
* `_airbyte_ab_id`: a uuid assigned by Airbyte to each event that is processed. The column type in Databend is `VARCHAR`.
* `_airbyte_emitted_at`: a timestamp representing when the event was pulled from the data source. The column type in Databend is `TIMESTAMP`.
* `_airbyte_data`: a json blob representing with the event data. The column type in Databend is `VARVHAR`.
## Getting Started (Airbyte Cloud)
Coming soon...

## Getting Started
## Getting Started (Airbyte Open-Source)
You can follow the [Connecting to a Warehouse docs](https://docs.databend.com/using-databend-cloud/warehouses/connecting-a-warehouse) to get the user, password, host etc.

Or You can create such a user by running:
Or you can create such a user by running:

```
GRANT CREATE ON * TO airbyte_user;
Expand Down

0 comments on commit fd9fe9a

Please sign in to comment.