{"id":28550515,"url":"https://github.com/elastacloud/databricks-dotnet-rest-sdk","last_synced_at":"2026-04-16T02:32:37.005Z","repository":{"id":73991174,"uuid":"143874409","full_name":"elastacloud/databricks-dotnet-rest-sdk","owner":"elastacloud","description":"An SDK for the Databricks REST API in dotnet","archived":false,"fork":false,"pushed_at":"2018-11-05T15:14:39.000Z","size":2197,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-09T08:42:51.386Z","etag":null,"topics":["databricks","databricks-notebooks","dotnet","dotnet-library"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastacloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-08-07T13:06:07.000Z","updated_at":"2018-11-05T15:14:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"60070cd1-8753-4cc0-82db-5e80663d3420","html_url":"https://github.com/elastacloud/databricks-dotnet-rest-sdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elastacloud/databricks-dotnet-rest-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastacloud%2Fdatabricks-dotnet-rest-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastacloud%2Fdatabricks-dotnet-rest-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastacloud%2Fdatabricks-dotnet-rest-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastacloud%2Fdatabricks-dotnet-rest-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastacloud","download_url":"https://codeload.github.com/elastacloud/databricks-dotnet-rest-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastacloud%2Fdatabricks-dotnet-rest-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31868522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["databricks","databricks-notebooks","dotnet","dotnet-library"],"created_at":"2025-06-10T03:09:24.962Z","updated_at":"2026-04-16T02:32:36.984Z","avatar_url":"https://github.com/elastacloud.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataBricks REST SDK for .NET [![NuGet](https://img.shields.io/nuget/v/ElastaCloud.DataBricks.Sdk.svg)](https://www.nuget.org/packages/ElastaCloud.DataBricks.Sdk/)\n\n![](doc/assets/databricks-small.png)\n\nUnofficial .NET wrapper for for [DataBricks REST API](https://docs.azuredatabricks.net/api/index.html).\n\nNote that calls are implemented based on current demand, this SDK doesn't cover **all** of them. Please raise a PR if you need to add more.\n\n## Obtaining Authentication Token\n\nOn DataBricks portal go to *User -\u003e User Settings*\n\n![](doc/assets/user-usersettings.png)\n\nCreate new token and copy before closing the dialog:\n\n![](doc/assets/create-token.gif)\n\n## Using the SDK\n\nCreate an instance of rest client:\n\n```csharp\nDataBricksRestClient _restClient = new DataBricksRestClient(\"https://northeurope.azuredatabricks.net\", \"token\");\n```\n\nReady to call an api, for instance to get the list of job runs:\n\n```csharp\nRun[] runs = await _restClient.Jobs.GetRunsAsync();\n```\n\n\n## Credits\n\n[Refit](https://github.com/reactiveui/refit) is a library to ease a pain of rest client development developed by a genius. Hail!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastacloud%2Fdatabricks-dotnet-rest-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastacloud%2Fdatabricks-dotnet-rest-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastacloud%2Fdatabricks-dotnet-rest-sdk/lists"}