有没有办法在工作数据阶段实现事务,一种在我的工作中止时回滚所有 upsert 的方法?
如果没有,是否有一种方法或标准做法,一种解决方法来模拟提交/回滚系统?
提前致谢
有没有办法在工作数据阶段实现事务,一种在我的工作中止时回滚所有 upsert 的方法?
如果没有,是否有一种方法或标准做法,一种解决方法来模拟提交/回滚系统?
提前致谢
This is not a good practice, in DW ETL process, you need to design you job as re-entrance able rather than transaction, transaction is expensive, you just need to fix the issue and restart the job, in most cases ,you can't get issues fixed without human interfere,