Skip to content
Open console

Enter a topic to search documentation.

    Troubleshoot Databricks

    Identify the failing layer before retrying a task.

    Check workspace and access

    Confirm the selected organization/workspace and that the provider is enabled there. Try a read-only operation using the same identity as the failing action. A successful administrator action does not prove another identity has access.

    Diagnose by symptom

    SymptomCheckResolution
    Imported table is not readyInspect the Connection, referenced Warehouse, and Table conditions in that order.Repair credential/warehouse access and exact upstream table permissions before retrying validation.
    grant_not_found / action_not_allowed / binding_revokedCheck the project integration alias, grant, and query_table/v1 action.Repair or reauthorize the exact binding in App Studio; do not bypass it with upstream credentials.
    schema_projection_invalidCompare requested columns with the exact bound Table schema.Rediscover that schema and correct the projection. Do not retry unchanged or substitute a different table.
    unauthenticated / tenant_requiredCheck the server action environment and refreshed token-file mount.Restore runtime context and token refresh. Never send provider credentials from the browser.
    resource_not_ready / backend_failureInspect the table conditions and provider diagnostics using the request ID.Repair the upstream dependency, then repeat one bounded query.
    Query succeeds with no rowsVerify the granted table identity and upstream data with an authorized user.Render an empty state; do not treat an empty result as a failed import.

    Collect useful evidence

    Record the resource name, failing step, time, status conditions, and request/run ID where available. Share these with your operator, excluding bearer tokens, credentials, and private application data.

    If the provider itself is unavailable, use Databricks self-hosting for operator checks. Once resolved, repeat the verification step in the quickstart .