BigQuery connection string helper functions
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
Research direction
Start with the createConnectionDetails entry point and review the linked R/bqAuthHelper.R utility for the proposed BigQuery connection-string behavior. Done means BigQuery connection details can produce a connection string through extraSettings when connectionString is absent.
Written by the indexing model from the issue text.
Description
Creating BigQuery connection strings appears to be an important issue for users, ideally this should be completed using createConnectionDetails where possible, utilizing the extraSettings parameter.
@jdposada has created this custom package that includes a connection string building utility function.
Perhaps this could be included in the createConnectionDetails function by adding an additional call along these lines:
createConnectionDetails <- function(function(dbms,
user = NULL,
password = NULL,
server = NULL,
port = NULL,
extraSettings = NULL,
oracleDriver = "thin",
connectionString = NULL,
pathToDriver = Sys.getenv("DATABASECONNECTOR_JAR_FOLDER"),
...) {) {
...
if (is.null(connectionString) & dbms == "bigquery") {
result$connectionString <- createBigQueryConnectionString(...)
}
}
createBigQueryConnectionString <- function (**requiredAndOptionalBqParams**) {
#return connection string
}
- Dominant language
- R
- Stars
- 57
- Forks
- 93
- Avg merge
- 10d 12h
- Merged PRs (30d)
- 1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from OHDSI/DatabaseConnector
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
OHDSI/DatabaseConnector#340 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 50/100
OHDSI/DatabaseConnector#335 · 7 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 62/100
OHDSI/DatabaseConnector#333 · 1 comment ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
OHDSI/DatabaseConnector#331 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
OHDSI/DatabaseConnector#327 ·
All issues in OHDSI/DatabaseConnector
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
r-lib/pkgdepends#485 · 3 comments ·
-
Difficulty 1/5 Under an hour Newbie friendliness 92/100
-
beginners blocker
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enviPathR OpenBuild Error Build OK Build Warning policies-accepted pre-review precheck-passed
Difficulty 1/5 Under an hour Newbie friendliness 84/100
Bioconductor/BiocContributions#207 · 6 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
datacarpentry/semester-biology#1255 ·