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
For example, when FORMAT = json, attempting to include the return_files option generates a BinderException because of an "Unknown option". Including return_files when FORMAT = csv or FORMAT = parquet does not produce any errors.
When possible, it would be helpful if the documentation indicated which formats support which options (as it does lower down where there are specific sections for csv, json and parquet specific options.
The text was updated successfully, but these errors were encountered:
The documentation for
COPY ... TO
Options should indicate that some options might not be available depending on theFORMAT
being used.https://duckdb.org/docs/sql/statements/copy.html#copy--to-options
For example, when
FORMAT = json
, attempting to include thereturn_files
option generates aBinderException
because of an "Unknown option". Includingreturn_files
whenFORMAT = csv
orFORMAT = parquet
does not produce any errors.When possible, it would be helpful if the documentation indicated which formats support which options (as it does lower down where there are specific sections for
csv
,json
andparquet
specific options.The text was updated successfully, but these errors were encountered: