Replies: 3 comments 2 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
As explained in the error message - you need to look for a reason in logs. Without finding the error in logs, there is no way to help you - and likely when you see the logs, you will find what's wrong. |
Beta Was this translation helpful? Give feedback.
-
Converting to a discussion - this is not an actionable issue without log details and analysis of those. |
Beta Was this translation helpful? Give feedback.
-
Apache Airflow version
2.10.2
If "Other Airflow 2 version" selected, which one?
No response
What happened?
I'm trying to create a role via the airflow api but keep getting an error message.
I'm running airflow in a container . Local test env in podman and in AWS ECS contiainer
Reading out roles via the API goes fine.
tested via curl ( see picture below)
tested via python ( see script at "how to reproduce")
error on version 2.5.1 but also on 2.10
same error on version 2.10.2
What you think should happen instead?
API bug
How to reproduce
Python script to create roles
Operating System
MacOS 15.1
Versions of Apache Airflow Providers
No extra providers. Just default airflow installation
Deployment
Docker-Compose
Deployment details
pod man-compose.yml local test environment;
Anything else?
Same error in
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions