Hi,
I am using the python sdk to generate some experiments.
Initially I was just playing in a local folder and everything worked fine, but when I added the code in a git repo whenever I run my python script, I get a popup that requires the passphrase of my ssh key.
Why is this configured like so?
I tried to run to add the option git_metadata_settings, but still my passphrase is required.
Eval(
....
git_metadata_settings=GitMetadataSettings(collect="none")
)
Are there any workarounds?