The GitHub Actions job "Tests" on airflow.git/fix/multiple-manual-triggers-same-date has failed. Run started by GitHub user Arunodoy18 (triggered by Arunodoy18).
Head commit for run: 0fa020b0114004b1c856cc56eea84e8b465717f7 / Arunodoy18 <[email protected]> Fix: expand dag_bundle.signed_url_template to TEXT to prevent truncation The signed_url_template column was defined as VARCHAR(200), but generated signed URL tokens can exceed 200 characters, causing StringDataRightTruncation errors during DagBundlesManager.sync_bundles_to_db(). Changes: - Update SQLAlchemy model to use Text instead of String(200) - Add Alembic migration to alter column from VARCHAR(200) to TEXT - Column remains nullable as before Fixes DAG Processor startup failures with psycopg2.errors.StringDataRightTruncation Report URL: https://github.com/apache/airflow/actions/runs/21293734636 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
