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.
Several output streams are available from this source:
- Color Collections
- Connections
- Content Metadata
- Content Metadata Access
- Dashboards
- Datagroups
- Folders
- Groups
- Homepages
- Integration Hubs
- Integrations
- Lookml Dashboards
- Lookml Models
- Looks
- Projects
- Query History
- Roles
- Scheduled Plans
- Spaces
- User Attributes
- User Login Lockouts
- Users
- Versions
- Workspaces
If there are more endpoints you'd like Airbyte to support, please create an issue.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental Sync | Coming soon |
Replicate Incremental Deletes | Coming soon |
SSL connection | Yes |
Namespaces | No |
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.
- Client Id
- Client Secret
- Domain
Please read the "API3 Key" section in Looker's information for users docs for instructions on how to generate Client Id and Client Secret.
Version | Date | Pull Request | Subject |
---|---|---|---|
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. |