Edit on GitHub

Add 'partition_by_time_column' property to the IncrementalByTimeRange model kind (default: True to keep the original behaviour)

 1"""Add 'partition_by_time_column' property to the IncrementalByTimeRange model kind
 2(default: True to keep the original behaviour)"""
 3
 4
 5def migrate_schemas(engine_adapter, schema, **kwargs):  # type: ignore
 6    pass
 7
 8
 9def migrate_rows(engine_adapter, schema, **kwargs):  # type: ignore
10    pass
def migrate_schemas(engine_adapter, schema, **kwargs):
6def migrate_schemas(engine_adapter, schema, **kwargs):  # type: ignore
7    pass
def migrate_rows(engine_adapter, schema, **kwargs):
10def migrate_rows(engine_adapter, schema, **kwargs):  # type: ignore
11    pass