You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous migration created a table as opposed to a partition for forecast_value_2022_08 which wants to either a) be a partition on forecast_value or b) not exist at all. Remove with the next migration.
Also, ForecastValueSQLMixin defines the expected_power_generation_megawatts column to be a float, but the migrations generated by alembic still set the precision to 6. This needs to be investigated as newly added partitions complain about incorrect data types.
The text was updated successfully, but these errors were encountered:
The previous migration created a table as opposed to a partition for
forecast_value_2022_08
which wants to either a) be a partition onforecast_value
or b) not exist at all. Remove with the next migration.Also,
ForecastValueSQLMixin
defines theexpected_power_generation_megawatts
column to be a float, but the migrations generated by alembic still set the precision to 6. This needs to be investigated as newly added partitions complain about incorrect data types.The text was updated successfully, but these errors were encountered: