[I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-01-18 Thread via GitHub
habibutsu opened a new issue, #36883: URL: https://github.com/apache/airflow/issues/36883 ### Apache Airflow version 2.8.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? airflow is not started ### What you think

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-02-16 Thread via GitHub
SaadTPTW commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1948323165 the use of the installation on the official website using the constraints.txt + the command airflow standalone solve the problem -- This is an automated message from the Apa

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-02-22 Thread via GitHub
aiqc commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1959645672 Ran into this on a fresh install today I'm using 3.8 because that's what PyPI says: "Requires: Python <3.12, ~=3.8" ``` pip show apache-airflow Name: apache-airflow V

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-02-22 Thread via GitHub
potiuk commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1959709549 Use constaints to install airflow : https://airflow.apache.org/docs/apache-airflow/stable/installation/installing-from-pypi.html -- This is an automated message from the Apache Gi

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-02-22 Thread via GitHub
aiqc commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1959728703 @potiuk thanks. couldn't the airflow and python versions be inferred at runtime instead of pushing that complexity onto the user? in situations where a constraint file(s) is not defin

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-02-22 Thread via GitHub
potiuk commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1959730859 @potiuk thanks. couldn't the airflow and python versions be inferred at runtime instead of pushing that complexity onto the user? in situations where a constraint file(s) is not def

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-02-22 Thread via GitHub
potiuk commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1959735898 And the reason for both is explained in the link I posted. You can also watch my presentation from Airlfow Summit if you want to know all the technical details https://airflowsummi

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-01-19 Thread via GitHub
Taragolis closed issue #36883: TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments URL: https://github.com/apache/airflow/issues/36883 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] TypeError: SqlAlchemySessionInterface.__init__() missing 6 required positional arguments [airflow]

2024-01-19 Thread via GitHub
Taragolis commented on issue #36883: URL: https://github.com/apache/airflow/issues/36883#issuecomment-1900518098 We noticed that when if failed in our CI and this is fine when new version package breaks something. - Temporary we upper bound limit it by https://github.com/apache/airflow/p