diff --git a/docs/integrations/destinations/databend.md b/docs/integrations/destinations/databend.md index 2279c844320e..cf14368bdaf6 100644 --- a/docs/integrations/destinations/databend.md +++ b/docs/integrations/destinations/databend.md @@ -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;