hi, im newbie here, just try learning bigquery, and sorry for my bad english
i haved tried to different condition for partitioning my dummy date log,
but the table partition seems doesnt work. and number of partition is 0 when im checking on table info log2
my code query is
tried to replicate your script on my project. It seems to work fine for me. Can you try it 1 more time on your side? make sure to drop the table first before running the create table again.
maybe more than 5 hours to trying another condition like using datetime colom, trunc by month, day, and ignore the null value. the result is still same.
but when im tried partition by date_trunc per year, the total data log1 and log2 is same, but the date is not partitioned becuase my data range is just 1 year..