Forum Discussion
pkumar0208
1 year agoRegular Visitor
Decryption failure in fabric notebook. Error: potential problem: ERROR: pkdecrypt_failed 67108876
In our fabric environment, we use pyspark(Python) to decrypt the pgp files that is placed in fabric lakehouse. When we try to decrypt the files from fabric notebook via below command, we are unable t...
- 1 year ago
Per microsoft, issue is resolved in below runtime and configuration.
Anonymous
1 year agoNot applicable
Hi pkumar0208 ,
decrypted_data = gpg.decrypt_file(pgp_file, passphrase=passphrase, output=output_file_path )
How do you initialize gpg in the pyspark environment of fabric, I'm stuck here.
If anyone else would like to suggest something, please feel free to do so here.
Best Regards,
Gao
Community Support Team
If anyone else would like to suggest something, please feel free to do so here.
Best Regards,
Gao
Community Support Team
- pkumar02081 year agoRegular Visitor
Hi Anonymous - Thanks for the response. In our fabric/power bi workspace under worskpace spark setting, we had uploaded the 0.5.1 gnupg package.