Skip to content

fix: replace broken shorturl in check_databricks_odbc() error message#142

Open
LeonidasZhak wants to merge 1 commit into
dfe-analytical-services:mainfrom
LeonidasZhak:fix/broken-link-check-databricks-odbc
Open

fix: replace broken shorturl in check_databricks_odbc() error message#142
LeonidasZhak wants to merge 1 commit into
dfe-analytical-services:mainfrom
LeonidasZhak:fix/broken-link-check-databricks-odbc

Conversation

@LeonidasZhak

Copy link
Copy Markdown

What

Replace the broken shorturl.at/SCHru link in check_databricks_odbc() with the full, stable Analysts' Guide URL.

Why

Closes #136. The short URL in the missing-environment-variables error message no longer resolves, so users clicking the guidance link get a dead end.

Changes

  • R/check_databricks_odbc.R: one-line URL replacement (line 77)

Validation

  • R syntax validated (parse() clean)
  • New URL returns HTTP 200
  • Existing tests (test-check_databricks_odbc.R) are unaffected — they check return values, not message content

The shorturl.at/SCHru link in the missing environment variables error
message is broken. Replace with the full, stable Analysts' Guide URL.

Closes dfe-analytical-services#136
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.

[Bug]: Analysts' guide link in databricks function error message is broken

1 participant