我正在将记录插入到一个表中,该表中名为TenantID的列不可为空。我已经将此列作为交叉连接添加到了我的数据流中,并且在预览期间它似乎具有值
但是当我调试管道时,遇到以下错误:
Cannot insert the value NULL into column 'TenantID', table 'dbo.Item'; column does not allow nulls. INSERT fails.\njava.sql.BatchUpdateException: Cannot insert the value NULL into column 'TenantID', table 'dbo.Item'; column does not allow nulls. INSERT fails.\n\tat
如何进一步进行故障排除以了解哪一行返回空值。我进行了交叉联接,因此所有值都应已应用