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 50606b6 commit ce68d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/docs/dbt-cloud-apis/sl-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ By default, we return 1024 rows per page. If your result set exceeds this, you n

### Execute a Query through Python

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:

The `arrowResult` from the GraphQL query response isn't all that useful visually as it's a byte dump. You can utilize any language that supports Arrow to convert that byte into a Arrow table. Here is an example of querying and decoding the arrow result in Python.

```python
Expand Down

0 comments on commit ce68d81

Please sign in to comment.