@@ -571,7 +571,8 @@ def to_csv( # pylint: disable=too-many-arguments,too-many-locals,too-many-state
571571 "projection_values" : projection_values ,
572572 "projection_intervals" : projection_intervals ,
573573 "projection_digits" : projection_digits ,
574- "projection_storage_location_template" : None ,
574+ "projection_formats" : projection_formats ,
575+ "projection_storage_location_template" : projection_storage_location_template ,
575576 "catalog_table_input" : catalog_table_input ,
576577 "catalog_id" : catalog_id ,
577578 "compression" : pandas_kwargs .get ("compression" ),
@@ -986,7 +987,8 @@ def to_json( # pylint: disable=too-many-arguments,too-many-locals,too-many-stat
986987 "projection_values" : projection_values ,
987988 "projection_intervals" : projection_intervals ,
988989 "projection_digits" : projection_digits ,
989- "projection_storage_location_template" : None ,
990+ "projection_formats" : projection_formats ,
991+ "projection_storage_location_template" : projection_storage_location_template ,
990992 "catalog_table_input" : catalog_table_input ,
991993 "catalog_id" : catalog_id ,
992994 "compression" : compression ,
0 commit comments