Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
muzaffar527_hot
New Member

No CA bundle file is found in the system. Set REQUESTS_CA_BUNDLE to the file.

I'm trying to connect snowflake with spark notebooks in fabric.

 

I have the executable pyspark script which is already running in Azure Databricks.
I'm using same script in fabric notebook
and I'm getting this error

No CA bundle file is found in the system. Set REQUESTS_CA_BUNDLE to the file.

Could you please help on this.
Got strucked in initial phase itself.

1 ACCEPTED SOLUTION
muzaffar527_hot
New Member

Imported the certificate from OS.

My issue got resolved 👍

 

import os
import certifi
os.environ['REQUESTS_CA_BUNDLE'] = certifi.where()
print(certifi.where())

View solution in original post

2 REPLIES 2
muzaffar527_hot
New Member

Imported the certificate from OS.

My issue got resolved 👍

 

import os
import certifi
os.environ['REQUESTS_CA_BUNDLE'] = certifi.where()
print(certifi.where())
Anonymous
Not applicable

Hi @muzaffar527_hot,

AFAIK, the fabric environment not fully similar to databrick.
For your error message, it can be caused by the referenced object not exist or you not have enough permissions to operate with them. (some of them already existed but dev team has not released to normal users)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.