The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
53798d4d2137db1894b454c1195906688ac985df / Daniel Standish 
<[email protected]>
Add server default for map_index in Log table

When logging CLI actions we insert a record into the Log table.  But for 2.3 we 
add column map_index to Log, and if the Log model expects map_index to be there 
the insert will fail and a warning will be emitted.

We can avoid the error and warning by adding a server_default of NULL on 
map_index in Log. I choose NULL instead of -1 because
generally speaking map_index doesn't make sense for Log tables.

Report URL: https://github.com/apache/airflow/actions/runs/2184623367

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to