jscheffl commented on PR #61646: URL: https://github.com/apache/airflow/pull/61646#issuecomment-3930038602
> @o-nikolas @jscheffl @dheerajturaga > > So to summarize your points — can I confirm that we've reached an agreement on adding a `team_name` column to the `EdgeJobModel` / `EdgeWorkerModel` tables? > > If so, I'll update the worker startup to allow specifying a team_name to belong to, alongside the existing queue subscription. A worker will only execute a job if it belongs to the same team_name and the job is delivered through one of the specified queues. Yes and - I assume this is with others as well - Multi Team is an option feature, so the CLI param and column is optionally respected only. probably NULL for most setups and this is to be respected as well. Good thing about the delayed discussion is that meanwhile the DB manager for table migrations has been merged in https://github.com/apache/airflow/pull/61155 so if you need a column you cann add the first migration there now. -- 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]
