dejii commented on issue #48017: URL: https://github.com/apache/airflow/issues/48017#issuecomment-3289848314
> Sounds good. We should: > > 1. Make the association table a proper SQLAlchemy model (say AssetWatcherModel) > 2. Add a `name` column on AssetWatcherModel to store AssetWatcher's name > 3. In the API, add a `watchers` field on AssetReponse that hold a `list[AssetWatcherResponse]` > 4. AssetWatcherResponse serialises AssetWatcherModel @uranusjr @vincbeck - this is now implemented in https://github.com/apache/airflow/pull/55643 -- 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]
