* fix: adding support for deserialization for StatementExecutionResultChunk.DataArray
* fix: equality check
* fix code format
* adding deserialization method
* Include new job parameters in job run response model
Implement returning new job-level parameters in runs' API https://docs.databricks.com/api/workspace/jobs/getrun#job_parameters
* Fixing code format
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
* Fixing code format
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
---------
Signed-off-by: Jason Wang <jasowang@microsoft.com>
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
Co-authored-by: Jason Wang <jasowang@microsoft.com>
Co-authored-by: Jason Wang <jasonwang_83@hotmail.com>
* Add USER_CANCELED
* Fixing code format
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
---------
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
Co-authored-by: Jason Wang <jasonwang_83@hotmail.com>
Remove "await Console.Out.WriteLineAsync("Request: " + url);"
It seems to be left from some early testing. Or is there an actual reason to have it in only one RunsList function?
Signed-off-by: ArminVe <166499401+ArminVe@users.noreply.github.com>
* Add GenerateDocumentationFile to make summaries show up in IDEs
Without `GenerateDocumentationFile` set to true, your great code summaries never make it to the developer using the nuget.
Signed-off-by: Niels Pilgaard Grøndahl <niels.pilgaard@hotmail.com>
* Update csharp/Microsoft.Azure.Databricks.Client/Microsoft.Azure.Databricks.Client.csproj
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
---------
Signed-off-by: Niels Pilgaard Grøndahl <niels.pilgaard@hotmail.com>
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
Co-authored-by: Jason Wang <jasonwang_83@hotmail.com>
* Added run status models
* Added run status models
* Updated unit test per PR instructions. (#3)
Co-authored-by: Mike Morse <mike.morse@authenticasolutions.com>
---------
Co-authored-by: Mike Morse <mike.morse@authenticasolutions.com>
* DevOps Pipeline
* New models
* update Unity Catalog Client
* Fix query parametor error which neglected the correct format with ? followed by &
* Fix run_workspace_id type to long (int64) from string
* Add sample program to Examples
* Add Machine Learning Experiment Api endpoint and test
* Add Machine Learning Experiment Api endpoint and test
* Updated build-databricks-client.yml working directory path
* Updated build-databricks-client.yml error
* Updated build-databricks-client.yml. Bump build version to avoid version conflicts
* Updated build-databricks-client.yml fix minor version
* Updated build-databricks-client.yml working directory path
* Updated build-databricks-client.yml error
* Updated build-databricks-client.yml. Bump build version to avoid version conflicts
* Updated build-databricks-client.yml fix minor version
* Add format whitespace and update ML endpointAdd Machine Learning Experiment Api endpoint and test
* Add sample programAdd format whitespace and update ML endpointAdd Machine Learning Experiment Api endpoint and test
* Add Machine Learning Experiment Api endpoint and test
* Add format whitespace and update ML endpointAdd Machine Learning Experiment Api endpoint and test
* Add sample programAdd format whitespace and update ML endpointAdd Machine Learning Experiment Api endpoint and test
* Remove ADO file
* Apply code review comments
* missing semicolon
* bug fix and cleanups
* apply code review comments
---------
Co-authored-by: Hugh Signoriello <hugh.signoriello@insightfactory.ai>
Co-authored-by: Jason Wang <jasonwang_83@hotmail.com>
Change DatabricksClient sub-client properties to be virtual so that they can be mocked in testing scenarios. Also do the same for UnityCatalogClient because that one follows same pattern of individual clients.
* added support for job-level parameters
* Replace testing idempotent tokens
* Remove trailing space
---------
Co-authored-by: Jason Wang <jasonwang_83@hotmail.com>
* Add Statement Execution API
* Use standard datetime format string when converting SqlStatementParameter value
---------
Co-authored-by: Jason Wang <jasonwang_83@hotmail.com>