Mark non-required fields as Optional#170
Conversation
|
@judahrand files that start with |
|
@judahrand you can also try to add small modifications to https://github.com/databricks/databricks-sdk-py/blob/main/.codegen/service.py.tmpl#L1-L2, but the proprietary dataset is not available to the public and there's no way to test it if you're not working for Databricks. |
This one is the template isn't it? So this particular file isn't autogenerated if my understanding is correct? |
* Regenerate from OpenAPI spec ([#176](#176)). * Added improved notebook-native authentication ([#152](#152)). * Added methods to provide extra user agent and upstream user agent to SDK config ([#163](#163)). * Added more missing `Optional` type hints ([#171](#171)). * Add more missing optional fields ([#177](#177)). * Correctly serialize external entities ([#178](#178)). * Correctly serialize external enum values in paths ([#179](#179)). * Mark non-required fields as `Optional` ([#170](#170)). * Synchronize auth permutation tests with Go SDK ([#165](#165)).
* Regenerate from OpenAPI spec ([#176](#176)). * Added improved notebook-native authentication ([#152](#152)). * Added methods to provide extra user agent and upstream user agent to SDK config ([#163](#163)). * Added more missing `Optional` type hints ([#171](#171)). * Added more missing optional fields ([#177](#177)). * Correctly serialize external entities ([#178](#178)). * Correctly serialize external enum values in paths ([#179](#179)). * Mark non-required fields as `Optional` ([#170](#170)). * Synchronize auth permutation tests with Go SDK ([#165](#165)). ## Tests - [x] relevant integration tests applied --------- Signed-off-by: Serge Smertin <[email protected]>
…feature/update_tf_documentation TF documentation
Changes
The code will need to be regenerated which I can't do.
Closes #169
Tests
make testrun locallymake fmtapplied