-
Notifications
You must be signed in to change notification settings - Fork 186
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
CI failing on cosmos main branch with error cannot load CLI commands from auth manager #1375
Comments
The error you're encountering is related to a To address this issue, you can consider the following approaches:
By addressing the serialization of non-serializable objects, you should be able to resolve the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
maybe related to pydantic version
|
Look like dbt-databricks is the root cause of this issue. dbt-databricks has pin the pydantic https://github.com/databricks/dbt-databricks/blob/main/pyproject.toml#L33-L33 But newer version of Airflow require pydantic 2.0 |
For Airflow < 2.8 working fine: https://github.com/astronomer/astronomer-cosmos/actions/runs/12259335118/job/34201293598 But the newer version of Airflow require pydantic 2.0 |
PR: #1376 |
CI: https://github.com/astronomer/astronomer-cosmos/actions/runs/12254777354/job/34186460687
Logs
The text was updated successfully, but these errors were encountered: