jnstockley opened a new issue, #60760: URL: https://github.com/apache/airflow/issues/60760
### Apache Airflow Provider(s) fab ### Versions of Apache Airflow Providers apache-airflow-providers-apprise==2.3.1 apache-airflow-providers-common-compat==1.11.0 apache-airflow-providers-common-io==1.7.0 apache-airflow-providers-common-sql==1.30.2 apache-airflow-providers-fab==3.1.2 apache-airflow-providers-smtp==2.4.1 apache-airflow-providers-standard==1.10.2 ### Apache Airflow version 3.1.6 ### Operating System Debian 12 ### Deployment Other Docker-based deployment ### Deployment details Custom Docker image, using the official Docker image as a base ### What happened When starting my Docker image, I get the following error, and the container crashes. ``` 2026-01-18T22:43:36.238748972Z .................... 2026-01-18T22:43:36.238775263Z ERROR! Maximum number of retries (20) reached. 2026-01-18T22:43:36.238777097Z 2026-01-18T22:43:36.238778097Z Last check result: 2026-01-18T22:43:36.238779055Z $ airflow db check 2026-01-18T22:43:36.238779888Z Traceback (most recent call last): 2026-01-18T22:43:36.238780847Z File "/home/airflow/.local/bin/airflow", line 3, in <module> 2026-01-18T22:43:36.238782097Z from airflow.__main__ import main 2026-01-18T22:43:36.238783180Z File "/home/airflow/.local/lib/python3.12/site-packages/airflow/__init__.py", line 79, in <module> 2026-01-18T22:43:36.238784388Z settings.initialize() 2026-01-18T22:43:36.238785305Z File "/home/airflow/.local/lib/python3.12/site-packages/airflow/settings.py", line 708, in initialize 2026-01-18T22:43:36.238786472Z configure_orm() 2026-01-18T22:43:36.238787347Z File "/home/airflow/.local/lib/python3.12/site-packages/airflow/settings.py", line 404, in configure_orm 2026-01-18T22:43:36.238788347Z engine = create_engine( 2026-01-18T22:43:36.238789222Z ^^^^^^^^^^^^^^ 2026-01-18T22:43:36.238790180Z File "<string>", line 2, in create_engine 2026-01-18T22:43:36.238791305Z File "/home/airflow/.local/lib/python3.12/site-packages/sqlalchemy/util/deprecations.py", line 281, in warned 2026-01-18T22:43:36.238792347Z return fn(*args, **kwargs) # type: ignore[no-any-return] 2026-01-18T22:43:36.238793305Z ^^^^^^^^^^^^^^^^^^^ 2026-01-18T22:43:36.238794222Z File "/home/airflow/.local/lib/python3.12/site-packages/sqlalchemy/engine/create.py", line 715, in create_engine 2026-01-18T22:43:36.238795263Z raise TypeError( 2026-01-18T22:43:36.238796222Z TypeError: Invalid argument(s) 'executemany_values_page_size','encoding' sent to create_engine(), using configuration PGDialect_psycopg2/QueuePool/Engine. Please check that the keyword arguments are appropriate for this combination of components. 2026-01-18T22:43:36.238797763Z ``` ### What you think should happen instead The Docker container should start and function normally, like it does when downgrading to apache-airflow-providers-fab 3.1.1 ### How to reproduce Update apache-airflow-providers-fab to 3.1.2 from 3.1.1, build Docker image, and look at logs. ### Anything else Reverting SQLAlchemy to version 1.4.54 fixes the issue ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
