You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/04/17 05:44:30 UTC

[GitHub] [airflow] irvifa opened a new issue #8416: Clustered Table is Not supported in BQ Operator Airflow 1.10.1

irvifa opened a new issue #8416: Clustered Table is Not supported in BQ Operator Airflow 1.10.1
URL: https://github.com/apache/airflow/issues/8416
 
 
   I got the following error when try to dump the data to put the BQ result because of the fact that my table have a partition:
   
   ```
   Expects partitioning specification interval(type:day)[clustering index], but input partitioning specification is interval(type:day) cluster
   ```
   
   Even though I give my `cluster_fields` in BQ operator it's still not working. Is ithis expected, because it works in 1.10.3.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [airflow] boring-cyborg[bot] commented on issue #8416: Clustered Table is Not supported in BQ Operator Airflow 1.10.1

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #8416: Clustered Table is Not supported in BQ Operator Airflow 1.10.1
URL: https://github.com/apache/airflow/issues/8416#issuecomment-615054723
 
 
   Thanks for opening your first issue here! Be sure to follow the issue template!
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services