sudiptob2 commented on PR #37638: URL: https://github.com/apache/airflow/pull/37638#issuecomment-1963094898
> Nicely done, @sudiptob2 . I checked it with `test_python_client.py`. The first error is the same as before this update and the second one is just error 404 instead of the csrf issues. I'm not sure if this has something to do with our missing `base_paths.append(blueprint.url_prefix if blueprint.url_prefix else "")` , or maybe it's related to issue 2 or something else. > > Once todo about the scope is done, we can go ahead to the second bug. > >  Hi @Satoshi-Sh, Did you load example dags while testing? You can use the following command to runing breeze. ```bash breeze start-airflow --dev-mode --load-example-dags --backend postgres ``` -- 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]
