Skip to main content

Gridly

This page contains the setup guide and reference information for the Gridly source connector.

Prerequisites

  • Access to an active Gridly account
  • API Key (requires Owner or Administrator access)

Setup guide

Find your API Key

  1. Access your Gridly Dashboard
  2. Select [API]. The API key will be shown in the API Quickstart panel.
  3. Owner and Administrators can also go to their Settings and then API Keys to create company-level API keys with scoped privileges and accesses.

Find the Grid ID

  1. Grid ID is available in the URL when accessing the Grid in the UI. The Grid ID is the ID following /grids/ in the URL.
  2. Branch ID is by default the same as the Grid ID when the Master branch is selected. To fetch records on other branches, use Branch ID instead.

Supported sync modes

FeatureSupported?
Full Refresh SyncYes
Incremental SyncNo

Supported Streams

Reference

Config fields reference

Field
Type
Property name
API Key
required
string
api_key
string
grid_id

Changelog

Expand to review
VersionDatePull RequestSubject
0.1.212024-10-1246476Update dependencies
0.1.202024-09-2846122Update dependencies
0.1.192024-09-2145723Update dependencies
0.1.182024-09-1445529Update dependencies
0.1.172024-09-0745314Update dependencies
0.1.162024-08-3144949Update dependencies
0.1.152024-08-2444750Update dependencies
0.1.142024-08-1744320Update dependencies
0.1.132024-08-1043668Update dependencies
0.1.122024-08-0342662Update dependencies
0.1.112024-07-2042173Update dependencies
0.1.102024-07-1341768Update dependencies
0.1.92024-07-1041376Update dependencies
0.1.82024-07-0941163Update dependencies
0.1.72024-07-0640908Update dependencies
0.1.62024-06-2640549Migrate off deprecated auth package
0.1.52024-06-2540495Update dependencies
0.1.42024-06-2239982Update dependencies
0.1.32024-06-0439051[autopull] Upgrade base image to v1.2.1
0.1.22024-05-2138542[autopull] base image + poetry + up_to_date
0.1.12022-12-0820048Source Gridly: add icon and make grid_id parameter required