The GitHub Actions job "Tests" on airflow.git/fix/handle-crawler-running-exception has failed. Run started by GitHub user bahram-cdt (triggered by shahar1).
Head commit for run: 476a860fa7e84d920d52a530c32a2fd10ee49673 / Bahram Bahrambeigy <[email protected]> Handle CrawlerRunningException in GlueCrawlerOperator When start_crawler() or update_crawler() is called while the crawler is already running (e.g., from a retry, overlapping DAG run, or boto3 internal retry after a timeout), the Glue API raises CrawlerRunningException. Previously this propagated as an unhandled error, causing Airflow task failure despite the crawler actually succeeding. This change catches CrawlerRunningException on both update_crawler() and start_crawler() calls, logs a warning, and waits for the existing run to complete instead of failing. Report URL: https://github.com/apache/airflow/actions/runs/22065552615 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
