Skip to content

Latest commit

 

History

History
91 lines (73 loc) · 6.88 KB

looker.md

File metadata and controls

91 lines (73 loc) · 6.88 KB

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

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Coming soon
Replicate Incremental Deletes Coming soon
SSL connection Yes
Namespaces No

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.

CHANGELOG

Version Date Pull Request Subject
0.2.7 2022-01-24 #9609 Migrate to native CDK and fixing of intergration tests
0.2.6 2021-12-07 #8578 Updated titles and descriptions
0.2.5 2021-10-27 #7284 Migrate Looker source to CDK structure, add SAT testing.
0.2.4 2021-06-25 #3911 Added run_look endpoint.
0.2.3 2021-06-22 #3587 Added support for self-hosted instances.
0.2.2 2021-06-09 #3973 Added AIRBYTE_ENTRYPOINT for kubernetes support.
0.2.1 2021-04-02 #2726 Fixed connector base versioning.
0.2.0 2021-03-09 #2238 Allowed future / unknown properties in the protocol.
0.1.1 2021-01-27 #1857 Fix failed CI tests.
0.1.0 2020-12-24 #1441 Added looker connector.