Commit d69f748
committed
Replace external_trigger check with DagRunType
- Fix test_handle_multiple_columns_unique_constraint_error
- Resolve ashb code review
- Add newsfragment
- Replace external_trigger is False logic with run_type is SCHEDULED
- Fix _emit_true_scheduling_delay_stats_for_finished_state
- Fix migrations fix after rebasing to latest main
Fix test_exceptions and static check after rebasing
Fix test_dag_run and erd static check1 parent f0abca1 commit d69f748
66 files changed
Lines changed: 1210 additions & 1265 deletions
File tree
- airflow
- api_connexion
- endpoints
- schemas
- api_fastapi
- core_api
- datamodels
- openapi
- routes/public
- execution_api
- datamodels
- routes
- api
- client
- common
- cli/commands/remote_commands
- example_dags/plugins
- jobs
- migrations/versions
- models
- ui/openapi-gen/requests
- utils
- www
- dev/perf
- docs/apache-airflow
- img
- newsfragments
- providers
- amazon/tests/unit/amazon/aws/hooks
- fab/tests/unit/fab/auth_manager/api_endpoints
- openlineage
- src/airflow/providers/openlineage
- facets
- utils
- tests/unit/openlineage
- plugins
- utils
- standard
- src/airflow/providers/standard/operators
- tests/unit/standard/operators
- task_sdk/src/airflow/sdk
- api/datamodels
- tests
- api_connexion
- endpoints
- schemas
- api_fastapi
- common
- core_api/routes/public
- execution_api/routes
- cli/commands/remote_commands
- core
- jobs
- models
- operators
- serialization
- utils
- www
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | 188 | | |
190 | 189 | | |
191 | 190 | | |
| |||
365 | 364 | | |
366 | 365 | | |
367 | 366 | | |
368 | | - | |
369 | 367 | | |
370 | 368 | | |
371 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8506 | 8506 | | |
8507 | 8507 | | |
8508 | 8508 | | |
8509 | | - | |
8510 | | - | |
8511 | | - | |
8512 | 8509 | | |
8513 | 8510 | | |
8514 | 8511 | | |
| |||
8533 | 8530 | | |
8534 | 8531 | | |
8535 | 8532 | | |
8536 | | - | |
8537 | 8533 | | |
8538 | 8534 | | |
8539 | 8535 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | 299 | | |
301 | 300 | | |
302 | 301 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
292 | | - | |
293 | 292 | | |
294 | 293 | | |
295 | 294 | | |
| |||
392 | 391 | | |
393 | 392 | | |
394 | 393 | | |
395 | | - | |
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
| |||
446 | 444 | | |
447 | 445 | | |
448 | 446 | | |
449 | | - | |
450 | 447 | | |
451 | 448 | | |
452 | 449 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
0 commit comments