0

What is the data_source_id in the parameters of azure databricks ran SQL scripts.

Mentioned in databricks AWS documentation that it is the ID of the data source where this query will run, but if I try to change the notebook of and run the query, still the data_source_id is same.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132
Priya
  • 9
  • 2

1 Answers1

0

data_source_id is an another identifier of the SQL Endpoint. It's not the same as the SQL endpoint ID that is used for operations on SQL Endpoint. Unfortunately that information isn't returned by the SQL Endpoint Get API, but instead should be searched via another API that isn't officially documented yet (coming very soon), but you can look into Databricks Terraform provider source code how to use it.

Alex Ott
  • 80,552
  • 8
  • 87
  • 132