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

[Doc] Timeout troubleshooting #4482

Merged
merged 3 commits into from
Feb 11, 2025
Merged

[Doc] Timeout troubleshooting #4482

merged 3 commits into from
Feb 11, 2025

Conversation

mgyucht
Copy link
Contributor

@mgyucht mgyucht commented Feb 11, 2025

Changes

Many customers regularly raise questions about timeouts within the TF provider and Databricks. This PR adds some documentation explaining the main kinds of timeouts, how to diagnose which timeout you've experienced, and how to adjust it if possible.

Tests

  • make test run locally
  • relevant change in docs/ folder
  • covered with integration tests in internal/acceptance
  • using Go SDK
  • using TF Plugin Framework

@mgyucht mgyucht requested review from a team as code owners February 11, 2025 09:02
@mgyucht mgyucht requested review from renaudhartert-db and removed request for a team February 11, 2025 09:02
@mgyucht mgyucht requested a review from alexott February 11, 2025 09:03
Copy link

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 4482
  • Commit SHA: 8476bf5316223c5bae99bd1c36351d5e5ac06df1

Checks will be approved automatically on success.

@mgyucht mgyucht enabled auto-merge February 11, 2025 09:27
@mgyucht mgyucht added this pull request to the merge queue Feb 11, 2025
Merged via the queue into main with commit 56ff788 Feb 11, 2025
13 checks passed
@mgyucht mgyucht deleted the timeout-troubleshooting branch February 11, 2025 09:39
deco-sdk-tagging bot added a commit that referenced this pull request Feb 13, 2025
## Release v1.66.0

### New Features and Improvements

 * Add multipart permissions to `databricks_aws_unity_catalog_policy` data source ([#4440](#4440)).

### Bug Fixes
 * Fixed an issue where reordering objects in a (pluginfw) Share wouldn’t update properly unless other changes were made ([#4481](#4481)).

 * Suppress `options.pem_private_key_expiration_epoch_sec` attribute for databricks_connection ([#4474](#4474)).

### Documentation

 * Add an example for Databricks Apps permissions ([#4475](#4475)).
 * Add explanation of timeouts to the troubleshooting guide ([#4482](#4482)).
 * Clarify that `databricks_token` and `databricks_obo_token` could be used only with workspace-level provider ([#4480](#4480)).

### Exporter

 * Refactor UC, SQL and SCIM objects into separate files ([#4477](#4477)).

### Internal Changes

 * Remove incorrectly working integration test `TestAccLibraryUpdateTransitionFromPluginFw` ([#4487](#4487)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants