Skip to content

Commit 87cce63

Browse files
SNOW-2107878: Fix credit usage tracking for DataFrame/Series.to_csv (#3212)
1 parent 03dab33 commit 87cce63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/snowflake/snowpark/modin/plugin/compiler/snowflake_query_compiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,7 @@ def _get_param(param_name: str) -> Any:
15661566
},
15671567
header=_get_param("header"),
15681568
single=True,
1569+
statement_params=get_default_snowpark_pandas_statement_params(),
15691570
)
15701571

15711572
def to_snowflake(

0 commit comments

Comments
 (0)