Skip to content

Conversation

@uranusjr
Copy link
Member

This uses a multi-step process to introduce the NOT NULL constraint to the column, needed due to MSSQL restrictions.

See #32709 and #33271.

This uses a multi-step process to introduce the NOT NULL constraint to
the column, needed due to MSSQL restrictions.
@potiuk potiuk added this to the Airflow 2.7.0 milestone Aug 10, 2023
@ephraimbuddy ephraimbuddy merged commit 4f6d597 into apache:main Aug 10, 2023
@ephraimbuddy ephraimbuddy deleted the bring-back-server-default branch August 10, 2023 11:13
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Aug 10, 2023
ephraimbuddy pushed a commit that referenced this pull request Aug 10, 2023
* Ensure include_deferred is not nullable

This uses a multi-step process to introduce the NOT NULL constraint to
the column, needed due to MSSQL restrictions.

* MSSQL does not even support boolean literals

* Postgres does not support 0 as boolean

This is fine. SQL is fun.

* Wrap raw SQL in text()

(cherry picked from commit 4f6d597)
ferruzzi pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Aug 17, 2023
* Ensure include_deferred is not nullable

This uses a multi-step process to introduce the NOT NULL constraint to
the column, needed due to MSSQL restrictions.

* MSSQL does not even support boolean literals

* Postgres does not support 0 as boolean

This is fine. SQL is fun.

* Wrap raw SQL in text()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) kind:documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants