1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/docs/integrations/sources/smartsheets.md

12 KiB

Smartsheets

This page guides you through the process of setting up the Smartsheets source connector.

Prerequisites

To configure the Smartsheet Source for syncs, you'll need the following:

  • A Smartsheets API access token - generated by a Smartsheets user with at least read access
  • The ID of the spreadsheet you'd like to sync

Step 1: Set up Smartsheets

Obtain a Smartsheets API access token

You can generate an API key for your account from a session of your Smartsheet webapp by clicking:

  • Account (top-right icon)
  • Apps & Integrations
  • API Access
  • Generate new access token

For questions on advanced authorization flows, refer to this.

Prepare the spreadsheet ID of your Smartsheet

You'll also need the ID of the Spreadsheet you'd like to sync. Unlike Google Sheets, this ID is not found in the URL. You can find the required spreadsheet ID from your Smartsheet app session by going to:

  • File
  • Properties

Step 2: Set up the Smartsheets connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the Smartsheets connector and select Smartsheets from the Source type dropdown.
  4. Authenticate via OAuth2.0 using the API access token from Prerequisites
  5. Enter the start date and the ID of the spreadsheet you want to sync
  6. Submit the form

For Airbyte Open Source:

  1. Navigate to the Airbyte Open Source dashboard
  2. Set the name for your source
  3. Enter the API access token from Prerequisites
  4. Enter the ID of the spreadsheet you want to sync
  5. Enter a start sync date
  6. Click Set up source

Supported sync modes

The Smartsheets source connector supports the following sync modes:

  • Full Refresh | Overwrite
  • Full Refresh | Append
  • Incremental | Append
  • Incremental | Deduped

Performance considerations

At the time of writing, the Smartsheets API rate limit is 300 requests per minute per API access token.

Supported streams

This source provides a single stream per spreadsheet with a dynamic schema, depending on your spreadsheet structure. For example, having a spreadsheet Customers, the connector would introduce a stream with the same name and properties typed according to Data type map (see below).

Additionallly specific metadata fields related to the sheet or row can be include in the stream, these must be specified in the configuration in order to be included in the data stream

Supported Metadata Fields
sheetcreatedAt
sheetid
sheetmodifiedAt
sheetname
sheetpermalink
sheetversion
sheetaccess_level
row_id
row_access_level
row_created_at
row_created_by
row_expanded
row_modified_by
row_parent_id
row_permalink
row_number
row_version

Important highlights

The Smartsheet Source is written to pull data from a single Smartsheet spreadsheet. Unlike Google Sheets, Smartsheets only allows one sheet per Smartsheet - so a given Airbyte connector instance can sync only one sheet at a time. To replicate multiple spreadsheets, you can create multiple instances of the Smartsheet Source in Airbyte, reusing the API token for all your sheets that you need to sync.

Note: Column headers must contain only alphanumeric characters or _ , as specified in the Airbyte Protocol.

Data type map

The data type mapping adopted by this connector is based on the Smartsheet documentation.

NOTE: For any column datatypes interpreted by Smartsheets beside DATE and DATETIME, this connector's source schema generation assumes a string type, in which case the format field is not required by Airbyte.

Integration Type Airbyte Type Airbyte Format
TEXT_NUMBER string
DATE string format: date
DATETIME string format: date-time
anything else string

The remaining column datatypes supported by Smartsheets are more complex types (e.g. Predecessor, Dropdown List) and are not supported by this connector beyond its string representation.

Changelog

Expand to review
Version Date Pull Request Subject
1.1.46 2025-05-25 60558 Update dependencies
1.1.45 2025-05-11 60205 Update dependencies
1.1.44 2025-05-04 59584 Update dependencies
1.1.43 2025-04-27 59014 Update dependencies
1.1.42 2025-04-19 58374 Update dependencies
1.1.41 2025-04-12 57999 Update dependencies
1.1.40 2025-04-05 57490 Update dependencies
1.1.39 2025-03-29 56830 Update dependencies
1.1.38 2025-03-22 55651 Update dependencies
1.1.37 2025-03-01 55076 Update dependencies
1.1.36 2025-02-22 54529 Update dependencies
1.1.35 2025-02-15 54107 Update dependencies
1.1.34 2024-11-14 46379 Add support for Smartsheet Reports (full refresh only)
1.1.33 2025-02-01 53108 Update dependencies
1.1.32 2025-01-25 52426 Update dependencies
1.1.31 2025-01-18 52017 Update dependencies
1.1.30 2025-01-11 51402 Update dependencies
1.1.29 2024-12-28 50747 Update dependencies
1.1.28 2024-12-21 50382 Update dependencies
1.1.27 2024-12-14 49441 Update dependencies
1.1.26 2024-11-25 48646 Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
1.1.25 2024-11-04 48185 Update dependencies
1.1.24 2024-10-28 47024 Update dependencies
1.1.23 2024-10-12 46783 Update dependencies
1.1.22 2024-10-05 46427 Update dependencies
1.1.21 2024-09-28 46154 Update dependencies
1.1.20 2024-09-21 45722 Update dependencies
1.1.19 2024-09-14 45575 Update dependencies
1.1.18 2024-09-07 45214 Update dependencies
1.1.17 2024-08-31 45012 Update dependencies
1.1.16 2024-08-24 44738 Update dependencies
1.1.15 2024-08-17 44244 Update dependencies
1.1.14 2024-08-10 43686 Update dependencies
1.1.13 2024-08-03 43108 Update dependencies
1.1.12 2024-07-27 42632 Update dependencies
1.1.11 2024-07-20 42359 Update dependencies
1.1.10 2024-07-13 41825 Update dependencies
1.1.9 2024-07-10 41410 Update dependencies
1.1.8 2024-07-09 41092 Update dependencies
1.1.7 2024-07-06 40844 Update dependencies
1.1.6 2024-06-25 40285 Update dependencies
1.1.5 2024-06-22 40003 Update dependencies
1.1.4 2024-06-06 39166 [autopull] Upgrade base image to v1.2.2
1.1.3 2024-05-21 38505 [autopull] base image + poetry + up_to_date
1.1.2 2024-01-08 1234 prepare for airbyte-lib
1.1.1 2023-06-06 27096 Fix error when optional metadata fields are not set
1.1.0 2023-06-02 22382 Add support for ingesting metadata fields
1.0.2 2023-05-12 26024 Fix dependencies conflict
1.0.1 2023-04-27 25562 Update testing dependencies
1.0.0 2023-02-19 23237 Fix OAuth2.0 token refresh
0.1.14 2023-02-07 22419 OAuth2.0 support - enabled; add allowed hosts
0.1.13 2022-12-02 20017 OAuth2.0 support - disabled
0.1.12 2022-04-30 12500 Improve input configuration copy
0.1.11 2022-04-27 12203 Doc improvements
0.1.10 2022-04-15 12077 Implement incremental read and improve code test coverage
0.1.9 2022-04-12 11911 Bugfix: scrambled columns
0.1.8 2022-02-04 9792 Added oauth support