PipedreamHQ / PipedreamHQ/pipedream
[Components] looker
- 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
Assessment
This issue has not been assessed yet.