-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Example tutorial_objectstorage DAG failing #49149
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
Comments
Looks like API(https://opendata.fmi.fi/timeseries) being used in Example DAG is returning 400. We might need to use something else. ![]() Changing priority to medium and looks like DAG issue |
I see the issue here its failing at If I pass exact path Maybe we should not add connection details to the path. Also the way XCOM is being displayed could be better
|
cc: @kaxil |
Regarding this same behaviour is observed in 2.10.5 as well changing priority
|
@vatsrahul1001 an update, discussed with the team on this, i will try to take a stab at it tomorrow and try to squeeze it in for RC timeline. But im talking about the xcom issue. Could you create an issue for that? |
Is this still an issue? |
I think yes. Let me chek on this |
Hi @vatsrahul1001 , did you manage to solve the issue? I'm getting the same error. Do you know what might be causing it? |
Closing fixed in 50828 |
Apache Airflow version
3.0.0
If "Other Airflow 2 version" selected, which one?
No response
What happened?
Example DAG failing error
DAG CODE: https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/example_dags/tutorial_objectstorage.py
KeyError: "Only a column name can be used for the key in a dtype mappings argument. 'fmisid' not found in columns."
What you think should happen instead?
No response
How to reproduce
breeze start-airflow --executor CeleryExecutor --backend postgres --load-example-dag
tutorial_objectstorage
Operating System
Linux
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: