Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure include_deferred is not nullable #33280

Merged
merged 4 commits into from
Aug 10, 2023

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
42 checks passed
@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.

None yet

3 participants