Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 47e1e5e

Browse files
authored
Unhide Google Sheets documentation (segmentio#3903)
* Unhide Google Sheets documentation * Update index.md * Update index.md
1 parent e374c02 commit 47e1e5e

File tree

1 file changed

+5
-10
lines changed
  • src/connections/destinations/catalog/actions-google-sheets

1 file changed

+5
-10
lines changed

src/connections/destinations/catalog/actions-google-sheets/index.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22
title: Google Sheets Destination
33
hide-boilerplate: true
44
hide-dossier: false
5-
hidden: true
6-
private: true
75
id: 627ea052118e3cd530d28963
86
---
97

10-
The Google Sheets destination allows you to sync your warehouse data to a Google spreadsheet, and automate updates to that spreadsheet as your data changes. This destination allows you to automate the workflow of exporting CSVs from your warehouse.
8+
The Google Sheets destination allows you to sync your warehouse data to a Google spreadsheet, and update the spreadsheet automatically as your data changes. This destination automates the workflow of exporting CSVs from your warehouse.
119

12-
The Google Sheets destination is intended for use with **Reverse ETL sources only**.
13-
14-
> info ""
15-
> The Google Sheets destination is in beta and is in active development. Some functionality may change before it becomes generally available.
10+
The Google Sheets destination can be connected to **Reverse ETL warehouse sources only**.
1611

1712
## Getting started
1813

@@ -26,13 +21,13 @@ The Google Sheets destination is intended for use with **Reverse ETL sources onl
2621
3. Navigate to the **Reverse ETL > Destinations** tab and click **Add Destination**.
2722
4. Select Google Sheets and click **Next**. Select the source you configured and name the destination.
2823
5. On the **Settings** tab, authenticate the Google Sheets API using OAuth. Select the email account that owns the spreadsheet you created above. Make sure you enable the `See, edit, create, and delete all your Google Sheets spreadsheets` permission.
29-
6. On the **Mappings** tab, click **Add Mapping** and create a Post Sheet mapping. Follow the steps in the Destinations Actions documentation on [Customizing mappings](/docs/connections/destinations/actions/#customizing-mappings).
24+
6. On the **Mappings** tab, click **Add Mapping** and create a Post Sheet mapping. Within the mapping, configure how warehouse records should map to your Google Sheets spreadsheet.
3025
7. Enable the destination and configured mappings.
3126

3227
> info ""
3328
> The Google Sheets destination only supports sending new or updated rows to your spreadsheet. Deleting rows is not supported.
3429
35-
{% include components/actions-fields.html %}
30+
{% include components/actions-fields.html settings="false"%}
3631

3732
## FAQ
3833

@@ -42,4 +37,4 @@ The Record Identifier mapping is used to make a distinction between adding a new
4237

4338
### How do I define the columns in my spreadsheet?
4439

45-
The Fields mapping controls which fields in your model will be written as columns. Input the desired column name(s) on the left, and select the data variable that will populate the value for that column on the right. Please note,at least one Field must be configured to send data to Google Sheets otherwise no columns will be created or synced.
40+
The Fields mapping controls which fields in your model will be written as columns. Input the desired column name(s) on the left, and select the data variable that will populate the value for that column on the right. Please note, at least one field must be configured to send data to Google Sheets otherwise no columns will be created or synced.

0 commit comments

Comments
 (0)