Evgeny Minkevich created CAMEL-11733:
----------------------------------------
Summary: camel-google-bigquery : Incorrectly set partition name
Key: CAMEL-11733
URL: https://issues.apache.org/jira/browse/CAMEL-11733
Project: Camel
Issue Type: Bug
Reporter: Evgeny Minkevich
When Partition Decorator is set as:
{code:java}
.setHeader(GoogleBigQueryConstants.PARTITION_DECORATOR,simple("20170901"))
{code}
The exception is thrown:
{code}
Invalid table ID \\\"table_name?20170901
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)