Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/306.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache Beam Python SDK-支持Python中的withAllowedLateness_Python_Sdk_Apache Beam - Fatal编程技术网

Apache Beam Python SDK-支持Python中的withAllowedLateness

Apache Beam Python SDK-支持Python中的withAllowedLateness,python,sdk,apache-beam,Python,Sdk,Apache Beam,何时在Python SDK中添加对withAllowedLateness的支持?有没有已知的解决办法?我们需要支持后期数据,但所有代码都是用Python编写的。我们不想切换到只为这个项目使用Java,但需要支持。想法 官方对此缺乏支持: “7.4.1.管理迟交的数据 注意:Beam SDK for Python不支持管理延迟数据。“正在进行中。您可以跟踪更新

何时在Python SDK中添加对withAllowedLateness的支持?有没有已知的解决办法?我们需要支持后期数据,但所有代码都是用Python编写的。我们不想切换到只为这个项目使用Java,但需要支持。想法

官方对此缺乏支持:

“7.4.1.管理迟交的数据
注意:Beam SDK for Python不支持管理延迟数据。“

正在进行中。您可以跟踪更新