Bowrna

Results 94 comments of Bowrna

> @Bowrna - the #22811 missed deletion of the original example. That's why I reopened it :). I have raised PR https://github.com/apache/airflow/pull/24172 to fix this @potiuk Thanks for pointing it...

@potiuk Could you check if Slack example DAGs are already merged? I found this PR merged #25137

I have added the changes and included the toggle_dag_callback inside models. But I am not sure how I can test the changes that adds a new table. Can anyone guide...

@eladkal I checked the other issue. It is about adding another mode drain to the paused/unpaused state of DAG. While this PR is to send a callback on this state...

> I have added the changes and included the toggle_dag_callback inside models. But I am not sure how I can test the changes that adds a new table. Can anyone...

@pateljannat I exported the sample CSV from the LMS and added the emails alone. I didn't add the column names on my own. Let me check again and let you...

I have this issue fixed in my local setup too. If you need any help, I can guide you @VelmiraPetkova

> Add deprecation details around the old metric. Can you update the metrics documentation? yes @dirrao Let me do it

when setting the `dag_processing.processes` as gauge instead of the counter, we may need to initialize the value. ``` Gauge works in the following way: gaugor:333|g the above command sets the...

> when setting the `dag_processing.processes` as gauge instead of the counter, we may need to initialize the value. > > ``` > Gauge works in the following way: > gaugor:333|g...