Google cloud dataflow Apache Beam Python WriteToBigtable是否可能是死信?

Google cloud dataflow Apache Beam Python WriteToBigtable是否可能是死信?,google-cloud-dataflow,apache-beam,google-cloud-bigtable,bigtable,Google Cloud Dataflow,Apache Beam,Google Cloud Bigtable,Bigtable,正如标题所说 WriteToBigtable()失败时,是否可以写入pubsub中的死信主题?我知道使用Bigquery是可能的,但在BigTable上没有看到任何东西 我正在使用Apache Beam python库。当前WriteToBigTable不会返回失败的记录。但是,您可以根据需要编写自定义的PTransform以返回失败的突变。 内置转换使用下面的GooglePython客户端库来写入大表。您可以利用它的源代码并添加异常处理以输出异常类型 源代码:

正如标题所说

WriteToBigtable()失败时,是否可以写入pubsub中的死信主题?我知道使用Bigquery是可能的,但在BigTable上没有看到任何东西


我正在使用Apache Beam python库。

当前WriteToBigTable不会返回失败的记录。但是,您可以根据需要编写自定义的PTransform以返回失败的突变。 内置转换使用下面的GooglePython客户端库来写入大表。您可以利用它的源代码并添加异常处理以输出异常类型

源代码: