Karthikeyan Singaravelan

Results 129 comments of Karthikeyan Singaravelan

Related : https://github.com/apache/airflow/pull/31808 https://github.com/apache/airflow/issues/31718

I am getting below error in tests. It seems using `get_airflow_app().dag_bag.get_dag(ti.dag_id)` causes this error but I am not sure why. ``` def test_should_respond_200( self, task_instances, update_extras, payload, expected_ti_count, username, session...

From what I understand some of the methods like `dagbag.get_dag` use `create_session` to get the session which invalidates the session attached to ti that has to be available as marshmallow...

IMO, making this check for None state also helps in catching issues like depends_on_past=True, execution date is in future etc. where task doesn't get to scheduled state. After the separate...

@bbovenzi Sorry, I got held up at work. Fixed the code comments to use a spinner like other pages and an alert on API error. Did a basic test with...

@jscheffl Thanks, updated the version number and regenerated the files. I have looked into auto refresh and found a pattern where auto refresh is done based on `useAutoRefresh`. The API...

@bbovenzi Thanks, added auto refresh as suggested and rebased with latest main branch.

This seems like a related werkzeug issue : https://github.com/pallets/werkzeug/issues/2657 . @fokmess Can you please confirm the version of werkzeug used and the URL before and after you hit search button?

@potiuk My question was since the bug is present only on 2.3.0 (fixed in 2.3.1) and there is "connexion 2.14.2 requires werkzeug=1.0, but you have werkzeug 2.3.0 which is incompatible."...

This seems to have been fixed in https://github.com/automl/ConfigSpace/commit/5c180915fb5b8a191779f0d81cdb4d613ad04d25