Skip to content

Conversation

@jedcunningham
Copy link
Member

We disable modification tracking since we don't use it and it's expensive, but this was accidentally not carried over into the FAB provider when the app was moved there. This just brings it back and silences a warning about it:

FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
overhead and will be disabled by default in the future. Set it to
True or False to suppress this warning.

We disable modification tracking since we don't use it and it's
expensive, but this was accidentally not carried over into the FAB
provider when the app was moved there. This just brings it back and
silences a warning about it:

  FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
  overhead and will be disabled by default in the future.  Set it to
  True or False to suppress this warning.
@jedcunningham jedcunningham merged commit 2a5c986 into apache:main Jan 29, 2025
64 checks passed
@jedcunningham jedcunningham deleted the silence_sqla_warning_in_fab_provider branch January 29, 2025 17:46
got686-yandex pushed a commit to got686-yandex/airflow that referenced this pull request Jan 30, 2025
…e#46249)

We disable modification tracking since we don't use it and it's
expensive, but this was accidentally not carried over into the FAB
provider when the app was moved there. This just brings it back and
silences a warning about it:

  FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
  overhead and will be disabled by default in the future.  Set it to
  True or False to suppress this warning.
dabla pushed a commit to dabla/airflow that referenced this pull request Jan 30, 2025
…e#46249)

We disable modification tracking since we don't use it and it's
expensive, but this was accidentally not carried over into the FAB
provider when the app was moved there. This just brings it back and
silences a warning about it:

  FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
  overhead and will be disabled by default in the future.  Set it to
  True or False to suppress this warning.
ambika-garg pushed a commit to ambika-garg/airflow that referenced this pull request Jan 30, 2025
…e#46249)

We disable modification tracking since we don't use it and it's
expensive, but this was accidentally not carried over into the FAB
provider when the app was moved there. This just brings it back and
silences a warning about it:

  FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
  overhead and will be disabled by default in the future.  Set it to
  True or False to suppress this warning.
niklasr22 pushed a commit to niklasr22/airflow that referenced this pull request Feb 8, 2025
…e#46249)

We disable modification tracking since we don't use it and it's
expensive, but this was accidentally not carried over into the FAB
provider when the app was moved there. This just brings it back and
silences a warning about it:

  FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
  overhead and will be disabled by default in the future.  Set it to
  True or False to suppress this warning.
ambika-garg pushed a commit to ambika-garg/airflow that referenced this pull request Feb 17, 2025
…e#46249)

We disable modification tracking since we don't use it and it's
expensive, but this was accidentally not carried over into the FAB
provider when the app was moved there. This just brings it back and
silences a warning about it:

  FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant
  overhead and will be disabled by default in the future.  Set it to
  True or False to suppress this warning.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

2 participants