PipedreamHQ / PipedreamHQ/pipedream

[Components] looker

Open
#13,225 3 comments 0 reactions 1 assignee Claimed by @jcortes View on GitHub
paid-account-needed triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# looker
## URLs
## Polling Sources
### new-record
#### Prompt
Emit new event when a new record is created in a Look. Requires prop: 'Look ID'. Optional prop: 'Delay time' can be set to emit the event after a delay.
### new-user
#### Prompt
Emit new event when a new user is created. Props needed: 'User Role' to filter what type of user events to emit.
### new-record-sql-query
#### Prompt
Emit new event when a new record is created in a SQL query. Required props: 'SQL Query'. Optional prop: 'Timeout' to limit time for the query.
## Actions
### add-user-group
#### Prompt
Add an existing user to a group within Looker. Required props: user_id, group_id. Group_id refers to the ID of the group user is added to, and user_id is the ID of user who is added.
### execute-sql-query
#### Prompt
Run a SQL query within the Looker. Required props: sql_text. sql_text is the actual SQL query that will be executed within the Looker environment.
### run-look
#### Prompt
Execute a predefined look within Looker. Required props: look_id. Look_id refers to the ID of the Look that you wish to run.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.