Forum Discussion
AKemper
11 months agoFrequent Visitor
Databricks Connection Fails Only in Fabric Pipeline
Hello all! I am trying to create a Pipeline to get data from my Azure Databricks environment. I have an existing connection that I have used with Dataflows and Semantic Models before that works w...
BeaBF
Super User
11 months agoAKemper ok, in Copy Data, Databricks SQL endpoint is not exposed as a first-class source in some versions of ADF/Synapse.
Try to use a JDBC/ODBC connector to query the SQL endpoint
-
Copy Data activity can use generic JDBC instead of the Azure Databricks connector.
-
Example JDBC URL for a SQL endpoint:
jdbc:spark://<ServerHostname>:443/default;
transportMode=http;
ssl=1;
httpPath=<HTTPPath>;
AuthMech=3;
UID=token;
PWD=<PAT>
BBF
💡 Did I answer your question? Mark my post as a solution!
👍 Kudos are appreciated
🔥 Proud to be a Super User!
💡 Did I answer your question? Mark my post as a solution!
👍 Kudos are appreciated
🔥 Proud to be a Super User!