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 main problem is, that you would have to explicitly model the table DML with all JSON columns.
read_json_auto does a best-guess approach but its results depend on the sample size. So if we automatically create our table and one of the later posts conflicts with this structure, the INSERTs will fail.
The text was updated successfully, but these errors were encountered:
The main problem is, that you would have to explicitly model the table DML with all JSON columns.
read_json_auto does a best-guess approach but its results depend on the sample size. So if we automatically create our table and one of the later posts conflicts with this structure, the INSERTs will fail.
The text was updated successfully, but these errors were encountered: