I'm just starting to use the weights & biases ...
# flytekit
b
I'm just starting to use the weights & biases plugin, and was curious if there's a world where we could automatically detect the current project we're executing in and use that to map to a w&b project (we're standardizing on flyte and wandb projects being 1:1). Currently planning on hard-coding this but it'd be nice to minimize the number of potential misaligned configs for our end-users
Seems like the project is currently required in the constructor, but not sure the current project/domain is ever propagated to the flyte context (
FlyteContextManager.current_context()
)