[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2020-06-10 Thread Beam JIRA Bot (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17132277#comment-17132277 ] Beam JIRA Bot commented on BEAM-3772: - This issue is assigned but has not received an update in 30

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-12-30 Thread Jira
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17005257#comment-17005257 ] Piotr Wikieł commented on BEAM-3772: Exactly the same wproblem on 2.16.0. And I don't think it is a

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-18 Thread Reuven Lax (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932718#comment-16932718 ] Reuven Lax commented on BEAM-3772: -- It's possible that there's a bug with time partitioning. If

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-18 Thread Jose Puertos (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932700#comment-16932700 ] Jose Puertos commented on BEAM-3772: Yes, using withTimePartitioning.. I have changed my code as to

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-18 Thread Reuven Lax (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16932698#comment-16932698 ] Reuven Lax commented on BEAM-3772: -- Are you calling withTimePartitioning on BigQueryIO? Also, are you

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-17 Thread Jose Puertos (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931600#comment-16931600 ] Jose Puertos commented on BEAM-3772: Here having the same issue with 2.12.0 and 2.15.0 . When looking

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-17 Thread Luke Cwik (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931573#comment-16931573 ] Luke Cwik commented on BEAM-3772: - Another user reported this as well:

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-17 Thread Dawid Bodych (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931152#comment-16931152 ] Dawid Bodych commented on BEAM-3772: I have a similar problem on SDK 2.15.0. First table (per worker

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-09-14 Thread Reuven Lax (Jira)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16929839#comment-16929839 ] Reuven Lax commented on BEAM-3772: -- As mentioned on the PR, triggers will be per key after a reshuffle,

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-01-30 Thread Marco Veluscek (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16755958#comment-16755958 ] Marco Veluscek commented on BEAM-3772: -- I have upgraded my code to Apache beam 2.9 and Scio 0.7.0 and

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-01-14 Thread Marco Veluscek (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742214#comment-16742214 ] Marco Veluscek commented on BEAM-3772: -- Ok, thank you, I'll try again with 2.9 to confirm this.

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-01-11 Thread Reuven Lax (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16740698#comment-16740698 ] Reuven Lax commented on BEAM-3772: -- There was a similar bug in the past, but I believe it was fixed.

[jira] [Commented] (BEAM-3772) BigQueryIO - Can't use DynamicDestination with CREATE_IF_NEEDED for unbounded PCollection and FILE_LOADS

2019-01-10 Thread Marco Veluscek (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-3772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16739264#comment-16739264 ] Marco Veluscek commented on BEAM-3772: -- I am experiencing the same issue with Beam 2.6.0 and 2.9.0.