tutorial requests
5 TopicsUisng Fabric jupyter notebook to load/push data from/to Snowflake
Hello Farbic Community I'm new to using Fabric and am exploring its capabilities. I understand that we can load data from Snowflake into a Fabric Notebook via Data Lakehouse. I'm curious if it's possible to use a Python script in a Fabric notebook to directly load data from Snowflake into the notebook without involving a data lakehouse. In addition to direct data import from Snowflake, I'm also interested in whether data can be pushed back to Snowflake. If direct data import/export to and from Snowflake isn't feasible with a Python script in a Fabric notebook, is it possible to accomplish this using Dataflow or Data Pipeline? I would appreciate any suggestions and guidance.2KViews0likes4CommentsNot able to connect keyvault in notebook in fabric
Hi Team, Hello Team, I am facing issue while connecting fabric with keyvault, getting below error client address is not authorized, and caller is not a trusted service.\r\nClient address: Earlier it was working fine, now started facing this.Please help Thanks2.5KViews0likes6CommentsHow to add to CDM for mapping purposes
In Azure Synapse I can add either custom or from template tables to the model but I don't know how to then expose those new tables to the fabric datadlow interface in the CDM mapping to enable creating new types and then filling those entity types with instance data.1KViews0likes4CommentsConnecting computer code to notebook
There are some code which can work only in your computer. For example accessing elasticsearch using python client. from elasticsearch import Elasticsearch es = Elasticsearch( hosts=[{'host': 'ip', 'port': 9200}], http_auth=('name', 'username'), ) Where the ip is the ip on which elasticsearch is running. This ip can run from my computer only. I want to run this code on the notebook of fabric. What setup I should do in this regrad?Solved1.8KViews0likes2Comments