cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Pulling data from Azure Boards into databricks

Jeade
New Contributor II

Looking for best practises/examples on how to pull data (epics, features, PBIs) from Azure Boards into databricks for analysis.

Any ideas/help appreciated!

1 ACCEPTED SOLUTION

Accepted Solutions

artsheiko
Databricks Employee
Databricks Employee
3 REPLIES 3

artsheiko
Databricks Employee
Databricks Employee

you can use export to csv (link), push the file to the storage mounted to Databricks or just import the file obtained to dbfs

Jeade
New Contributor II

yup, .csv export/import is OK for a one-time load, but I was looking for a more automated method - that could be scheduled to sync daily.

artsheiko
Databricks Employee
Databricks Employee

in that case you can use Queries and Azure DevOps API :