Eric Larson
06/06/2022, 10:28 PMnamespace
and added one to the @asset
definition, but have not figured out what to pass to AssetGroup
it complains if I just pass in the function name declared for the @asset
@asset (namespace='test')
def my_asset():
pass
AssetGroup([my_asset])
owen
06/06/2022, 10:54 PM(namespace=...)
is messing things upEric Larson
06/06/2022, 10:58 PM