atul-astronomer opened a new issue, #46765:
URL: https://github.com/apache/airflow/issues/46765

   ### Apache Airflow version
   
   3.0.0a1
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   Get asset events api is giving 500 internal server error
   
   <img width="1318" alt="Image" 
src="https://github.com/user-attachments/assets/7c52cfd7-387f-4aa1-b7b9-ebc62e380a5f";
 />
   
   ### What you think should happen instead?
   
   Endpoint should return asset events
   
   ### How to reproduce
   
   1. Execute create asset event endpoint.
   ```shell
   curl -X 'POST' \
     'http://localhost:29091/public/assets/events' \
     -H 'accept: application/json' \
     -H 'Content-Type: application/json' \
     -d '{
     "asset_id": 1,
     "extra": {}
   }'
   ``` 
   2. Validate an asset event is created in the DB.
   3. Execute get asset events endpoint and notice the error.
   
   ### Operating System
   
   Linux
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Other
   
   ### Deployment details
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to