Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
judell committed Apr 10, 2024
1 parent 712f88c commit 82be2a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/develop/writing_plugins/hydrate-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ from
zendesk_group
```

The function `tableGitHubMyGist` [defines the table](https://github.com/turbot/steampipe-plugin-zendesk/blob/33c9cb30826c41d75c7d07d1947e2fd9fd5735d1/zendesk/table_zendesk_group.go#L10-L30).
The function `tableZenDeskGroup` [defines the table](https://github.com/turbot/steampipe-plugin-zendesk/blob/33c9cb30826c41d75c7d07d1947e2fd9fd5735d1/zendesk/table_zendesk_group.go#L10-L30).

```go
package zendesk
Expand Down Expand Up @@ -160,9 +160,9 @@ This query uses `Get`.
| "scope_values": { |
| "table": "zendesk_group", |
| "connection": "zendesk", |
| "function_name": "listGroup" |
| "function_name": "getGroup" |
| }, |
| "function_name": "listGroup", |
| "function_name": "getGroup", |
| "rate_limiters": [ |
| ], |
| "rate_limiter_delay_ms": 0 |
Expand Down

0 comments on commit 82be2a3

Please sign in to comment.