Skip to main content

Looker

Overview

The Looker source supports Full Refresh syncs. That is, every time a sync is run, Airbyte will copy all rows in the tables and columns you set up for replication into the destination in a new table.

Output schema

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental SyncComing soon
Replicate Incremental DeletesComing soon
SSL connectionYes
NamespacesNo

Performance considerations

The Looker connector should not run into Looker API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Client Id
  • Client Secret
  • Domain

Setup guide

Please read the "API3 Key" section in Looker's information for users docs for instructions on how to generate Client Id and Client Secret.

Reference

Config fields reference

Field
Type
Property name
string
domain
string
client_id
string
client_secret
array<string>
run_look_ids

CHANGELOG

VersionDatePull RequestSubject
0.2.82022-12-0720182Fix schema transformation issue
0.2.72022-01-249609Migrate to native CDK and fixing of intergration tests.
0.2.62021-12-078578Update titles and descriptions.
0.2.52021-10-277284Migrate Looker source to CDK structure, add SAT testing.
0.2.42021-06-253911Add run_look endpoint.
0.2.32021-06-223587Add support for self-hosted instances.
0.2.22021-06-093973Add AIRBYTE_ENTRYPOINT for kubernetes support.
0.2.12021-04-022726Fix connector base versioning.
0.2.02021-03-092238Allow future / unknown properties in the protocol.
0.1.12021-01-271857Fix failed CI tests.
0.1.02020-12-241441Add looker connector.