Skip to content

Commit

Permalink
Fix v0.pp_table to work
Browse files Browse the repository at this point in the history
  • Loading branch information
takegue committed Oct 30, 2023
1 parent b4dbe70 commit 1a62358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/@default/v0/@routines/pp_table/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ from cte
"""
)
as (
prettyTable(to_json_string(val))
`v0.ztable_stringify`(to_json_string(table_like_object))
);

0 comments on commit 1a62358

Please sign in to comment.