Why this assertion was placed there? When there is a table that is partitioned by custom column and I'd like to load results of some query to it it fails with one of two reasons:
1. when destination_dataset_table=table$partition is specified and time_partitioning is specified it fails on this assertion 2. when destination_dataset_table=table$partition is specified and time_partitioning is missing it fails with "'Incompatible table partitioning specification. Expects partitioning specification interval(type:day,field:time), but input partitioning specification is interval(type:day)'" [ Full content available at: https://github.com/apache/incubator-airflow/pull/3043 ] This message was relayed via gitbox.apache.org for [email protected]
