Skip to content

Commit

Permalink
Update website/docs/docs/dbt-cloud-apis/sl-graphql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 29, 2023
1 parent de1226f commit 6b7b3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ The results default to the table but you can change it to any [pandas](https://p

By default, we return 1024 rows per page. If your result set exceeds this, you need to increase the page number using the `pageNum` option.

### Execute a Query through Python
### Run a Python query

The `arrowResult` in the GraphQL query response is a byte dump, which isn't visually useful. You can convert this byte data into an Arrow table using any Arrow-supported language. Refer to the following Python example explaining how to query and decode the arrow result:

Expand Down

0 comments on commit 6b7b3f1

Please sign in to comment.