Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix job delete call in run_now_jobs_api_full_integration.py #226

Closed
wants to merge 1 commit into from

Conversation

slakshmangit
Copy link

jobs. delete method requires job_id as param.

Changes

Modified delete job call by replacing the param with job_id instead of delete.

Tests

  • make test run locally
  • make fmt applied
  • relevant integration tests applied

jobs. delete method requires job_id as param.

Signed-off-by: LakshmanS <lakshman.santhanam@gmail.com>
@slakshmangit slakshmangit changed the title Update job delete call in run_now_jobs_api_full_integration.py Fix job delete call in run_now_jobs_api_full_integration.py Jul 10, 2023
@nfx nfx added the codegen issues related to generated code label Jul 10, 2023
@mgyucht
Copy link
Contributor

mgyucht commented Jul 26, 2023

@slakshmangit thank you for contributing to the Python SDK! This example is autogenerated from integration tests in the Go SDK, so this change would be overwritten the next time we release the Python SDK. Because of this, I'm going to close your PR. If you're interested, you can see the PR that fixes the underlying issue here: databricks/databricks-sdk-go#560.

@mgyucht mgyucht closed this Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codegen issues related to generated code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants