This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have python code working on my computer.
from elasticsearch import Elasticsearch
es = Elasticsearch(
hosts=[{'host': 'ip', 'port': 9200}],
http_auth=('name', 'username'),
)
I want to run on the notebook of fabric. It is giving timeout error which may be because the ip is accesible using my computer. I have installed gateway on my computer. What should I do?
Solved! Go to Solution.
The code works if you run the notebook with Vs code extension
see more on https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension
The code works if you run the notebook with Vs code extension
see more on https://learn.microsoft.com/en-us/fabric/data-engineering/setup-vs-code-extension
Check out the April 2026 Fabric update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
| User | Count |
|---|---|
| 12 | |
| 12 | |
| 8 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 42 | |
| 22 | |
| 16 | |
| 12 | |
| 11 |