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 current TruncateOperator is implemented to drop tables instead of truncating them. This could cause critical issues with users who expect tables to exist after truncation. While not the correct action, there IS use for a DropTableOperator.
Acceptance criteria:
Create an operator that given a table will drop said table.
If the user does not have proper permissions to drop the table, give proper warning in the form of an error
The current TruncateOperator is implemented to drop tables instead of truncating them. This could cause critical issues with users who expect tables to exist after truncation. While not the correct action, there IS use for a DropTableOperator.
Acceptance criteria:
Example:
The text was updated successfully, but these errors were encountered: