I am trying to load TPCH DATA against a table LINEITEM in the TPCH dataset.
I need to create quarterly partitions against this table. By default daily partitions are created. Since the table is huge, Big query table job fails after 2000 partitions or so.
How to create quarterly partitions for the LINEITEM table?