trying to delete from a non-transactional table is not allowed. Set tblproperties (“transactional” = “true”) in order to use this feature 哪里可以设置表 transactional” = “true
trying to delete from a non-transactional table is[阿里云DataWorks]
「点点赞赏,手留余香」
还没有人赞赏,快来当第一个赞赏的人吧!
事务表。此回答整理自钉群“DataWorks交流群(答疑@机器人)”
<一> 看着是执行odps的时候语法错误,实际上应该是需要执行sql语法 执行一下alter table drop [if exists] partition ,删除分区应该就没问题了。 <二> MaxCompute只允许在创建表时设置Transactional属性,已创建的表不允许通过alter table方式修改Transactional属性。