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
Currently we use different methods for writing data to either normal tables or model tables in DeltaLake. To avoid having to check the type of the table before writing the data, it could be beneficial to have a single method that handles writing data to both types.
The text was updated successfully, but these errors were encountered:
Currently we use different methods for writing data to either normal tables or model tables in
DeltaLake
. To avoid having to check the type of the table before writing the data, it could be beneficial to have a single method that handles writing data to both types.The text was updated successfully, but these errors were encountered: