Quick question. Where're the docs for AssetGroup? ...
# ask-community
y
Quick question. Where're the docs for AssetGroup? I can't find it in the API reference. and also AssetGroup.build_job. Thanks
p
Hi Yang. I believe that
AssetGroup
was deprecated in favor of specifying a group name on asset definitions. It was removed from the API docs but they’re available in older versions of the docs: https://docs.dagster.io/0.14.20/_apidocs/assets#dagster.AssetGroup
y
Oh got it!
Is it possible to have multiple group names on an asset?
p
No, that’s not possible… each asset has a singular optional property called group name
y
The code example still has AssetGroup btw
p
Thanks! We still have to update our examples… there’s a candidate PR to do that here: https://github.com/dagster-io/dagster/pull/7904
🌈 1
y
oh great