common/big_query/schema_provider.py [80:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    ),
                    bigquery.SchemaField(
                        name="createdAt", field_type="DATE", mode="REQUIRED"
                    ),
                ],
                "is_partitioned": True,
                "partition_column": "createdAt",
                "require_partition_filter": True,
            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



common/big_query/schema_provider.py [124:132]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    ),
                    bigquery.SchemaField(
                        name="createdAt", field_type="DATE", mode="REQUIRED"
                    ),
                ],
                "is_partitioned": True,
                "partition_column": "createdAt",
                "require_partition_filter": True,
            },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



