Ash Berlin-Taylor
Ash Berlin-Taylor
Breeze is all set up yes. UV workspace isn't 100% required yet (though I don't think anyone tested running tests from inside pycharm), but for pycharm to find imports you...
https://github.com/apache/airflow/pull/42951 should help Pycharm too. Remaining "manual" steps as pycharm user are: 1. We marked `providers/src` as Source Folder and `providers/src/airflow` as Namespace package. 2. Verify that there is nothing...
> Should these be masked or its alright to keep them unmasked? https://github.com/apache/airflow/pull/43040#discussion_r1802935540
Computer says no  But yes, good to merge
@r-richmond Are you most interested in the logging format for the daemons/airflow components, or for the display of task logs in the UI?
@r-richmond All of those are about viewing the task logs, correct? The reason I ask is that in #52651 I'm re-working all the logging and config, but display and fields...
No -- my change linked above will not change the display of task logs. It might add back in line number and filename back, but the `log_fmt` won't change the...
Yup, I'm working on adding this back (might not be in exactly the same form, but the info will be there)
@hunt3ri @wolvery @r-richmond Thoughts on best way to display filename and lineno of log calls back into the Airflow UI? (Not every call has one any more. Only actual log...
> P.s. thanks for getting stuff this far. Do we still need a separate issue to expose configs to control the formatting directly? If I understand things correctly the existing...