You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""The description of a csv for upload or download."""
1091
1091
1092
-
do_full_file_scan: Optional[bool] =None
1092
+
do_full_file_scan: Optional[bool] =False
1093
1093
"""When set to true the full file will be scanned for a schema suggestions. A full scan is more accurate but can take more time. When set to false only a sub-set of the first rows will be scanned, which can be faster but is less accurate. The default value is false."""
0 commit comments