What’s the recommended approach to adding tags to tasks contained within collections. For example, I want to tag all of my airbyte run with the pre-built trigger_sync
function with a particular tag to enforce a concurrency limit for syncs.
Simply adding the tags=["something"]
doesn’t work. Should I call trigger_sync
as a function from within a new task?