Skip to content

Commit

Permalink
Update sl-graphql.md (#5225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Apr 5, 2024
2 parents b895675 + 991cad6 commit 26b8e3e
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 @@ -405,7 +405,7 @@ gql_response.json() =>

def to_arrow_table(byte_string: str) -> pa.Table:
"""Get a raw base64 string and convert to an Arrow Table."""
with pa.ipc.open_stream(base64.b64decode(res)) as reader:
with pa.ipc.open_stream(base64.b64decode(byte_string)) as reader:
return pa.Table.from_batches(reader, reader.schema)


Expand Down

0 comments on commit 26b8e3e

Please sign in to comment.