GitHub user potiuk added a comment to the discussion: [Critical Issue] Session Table Auto-Increment Mechanism Leads to ID Exhaustion in Airflow Database
> I would like to suggest that the Airflow project take this issue into > consideration. @claude - I don't believe this is practical - you are the first of many thousands of people who ever hit that limit . But if you feel like it - this is something you might suggest to `flask-session` project. This is where both session table and size of the fleld is Integer (which in Postgres is up to 2B: https://www.postgresql.org/docs/current/datatype-numeric.html Here where it is defined: https://github.com/pallets-eco/flask-session/blob/development/src/flask_session/sqlalchemy/sqlalchemy.py#L27 Feel free to open issue in flask-session and describe your case. GitHub link: https://github.com/apache/airflow/discussions/45794#discussioncomment-11886557 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org