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!

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