Jed Cunningham

Results 77 comments of Jed Cunningham

Also need to bump 1.10.15 and 2.1.4 to the next dev versions too.

I feel like the situation here is slightly different as it is [officially supported by Celery](https://docs.celeryq.dev/en/stable/getting-started/backends-and-brokers/index.html#broker-overview), and presumably properly tested there. I'm not sure we want to exhaustively test our...

Deprecation warnings happen in NOTES, e.g: https://github.com/apache/airflow/blob/178af9d24772a8866ac55d25eeb48bed77337031/chart/templates/NOTES.txt#L160-L166 This should be expanded to cover all of the components as well. I'd also like to see the component specific override come from...

Approach looks good. We should also do cleanup and the jobs.

@pingzh, very good call. Do you know of a better probe to use when it's disabled? I'm tempted to just add an `enabled` flag around this feature so it can...

Unfortunately, adding mappings like this is a breaking change. For example, lets look at `dag_processing.last_duration.`. Right now that's `airflow_dag_processing_last_duration_hello_world` but will end up being `airflow_dag_processing_last_duration{dag_file="hello-world"}. Same thing with the `operator`...

Closing this as #25031 has added this feature. Thanks @mayankbatra123!

I also commented in the PR, but I think we should just keep it scoped to TaskHandlerWithCustomFormatter (it's already documented that way fwiw). My 2c.

So the question is whether we can cut it now or not. It'd be possible for a user to swap in `TaskHandlerWithCustomFormatter` in `airflow_local_settings`, right? I say we mark it...