dheerajturaga commented on PR #51716: URL: https://github.com/apache/airflow/pull/51716#issuecomment-2972818828
> Looks good! Just will make a short test and CI needs to be green, then LGTM! Great!, I ran the following in `airflow db shell` when launching breeze to verify `breeze start-airflow --db-reset -e --executor EdgeExecutor` ``` SELECT column_name, data_type, character_maximum_length FROM information_schema.columns WHERE table_name = 'edge_job' AND column_name = 'command' AND table_schema = 'public'; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
