Skip to content

Commit

Permalink
Re-run static checks
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Dec 30, 2024
1 parent 1f21381 commit 86fc8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/AIRFLOW_ERROR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@
| AERR097 | AirflowException | Error syncing DAGs to remote storage | Happens when DAG files fail to sync with a remote storage backend like S3 or GCS. |
| AERR098 | AirflowTaskTimeout | Subprocess in task exceeded timeout | Happens when a subprocess spawned by a task runs longer than its allowed time. |
| AERR099 | AirflowDatabaseException | Inconsistent database schema | Occurs when the metadata database schema is outdated or corrupted. |
| AERR100 | AirflowException | Invalid DAG structure | Triggered when a DAG's dependencies or attributes are incorrectly defined. |
| AERR100 | AirflowException | Invalid DAG structure | Triggered when a DAG's dependencies or attributes are incorrectly defined. |

0 comments on commit 86fc8b1

Please sign in to comment.