diff --git a/bigquery/@default/v0/@routines/pp_table/ddl.sql b/bigquery/@default/v0/@routines/pp_table/ddl.sql index 845f9cc..ac6117a 100644 --- a/bigquery/@default/v0/@routines/pp_table/ddl.sql +++ b/bigquery/@default/v0/@routines/pp_table/ddl.sql @@ -38,5 +38,5 @@ from cte """ ) as ( - prettyTable(to_json_string(val)) + `v0.ztable_stringify`(to_json_string(table_like_object)) );