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
Perhaps we can add these as experimental APIs here in mack to allow for quick iteration? We could even make the import something like import mack.experimental.alter to make it extra clear. Of course we can just skip all this work and go with what's added to Delta Lake itself if the issue you created will be completed in the short term.
ALTER TABLE is currently only exposed via the SQL interface.
It'd be nice to run ALTER TABLE with Python code.
Take a look at the code from this blog post for example:
There is already this syntax for creating a Delta table:
Perhaps we could use this syntax for altering a Delta table:
The text was updated successfully, but these errors were encountered: