Skip to content

Commit

Permalink
Merge pull request #191 from DyfanJones/cran-2.6.1
Browse files Browse the repository at this point in the history
Cran 2.6.1
  • Loading branch information
DyfanJones authored Dec 19, 2022
2 parents ff20ac8 + 974f4b0 commit 3244efc
Show file tree
Hide file tree
Showing 63 changed files with 2,381 additions and 1,948 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: noctua
Type: Package
Title: Connect to 'AWS Athena' using R 'AWS SDK' 'paws' ('DBI' Interface)
Version: 2.6.0.9000
Version: 2.6.1
Authors@R: person("Dyfan", "Jones", email="[email protected]",
role= c("aut", "cre"))
Description: Designed to be compatible with the 'R' package 'DBI' (Database Interface)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# noctua 2.6.1
## Bug Fix:
* Prevent assuming role from `AWS_ROLE_ARN`. This caused confusing when connecting through web identity ([RAthena # 177](https://github.com/DyfanJones/RAthena/issues/177))
* Support `dbplyr::in_catalog` when working with `dplyr::tbl` ([RAthena # 178](https://github.com/DyfanJones/RAthena/issues/178))

# noctua 2.6.0
## Feature:
* Add clear_s3_resource parameter to RAthena_options to prevent AWS Athena output AWS S3 resource being cleared up by `dbClearResult` ([RAthena # 168](https://github.com/DyfanJones/RAthena/issues/168)). Thanks to @juhoautio for the request.
Expand Down
2 changes: 1 addition & 1 deletion R/dplyr_integration.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#' \dontrun{
#' # Note:
#' # - Require AWS Account to run below example.
#' # - Different connection methods can be used please see `noctua::dbConnect` documnentation
#' # - Different connection methods can be used please see `noctua::dbConnect` documentation
#'
#' library(DBI)
#' library(dplyr)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ tbl(con, sql("SELECT * FROM iris"))

dplyr provides lazy querying with allows to short hand `tbl(con,
sql("SELECT * FROM iris"))` to `tbl(con, "iris")`. For more information
please look at <https://db.rstudio.com/dplyr/>.
please look at <https://solutions.posit.co/connections/db/r-packages/dplyr/>

``` r
tbl(con, "iris")
Expand Down
9 changes: 4 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
## Submission
This release contains a couple of new features.
This release contains a couple of bug fixes.

## Feature:
* Add `clear_s3_resource` parameter to `RAthena_options` to prevent `Amazon Web Service Athena` output `Amazon Web Service S3`
* Support extra paws parameters for
* Support `endpoint_override` parameter allow default endpoints for each service to be overridden
## Bug Fix:
* Prevent assuming role from `AWS_ROLE_ARN`. This caused confusing when connecting through web identity
* Support `dbplyr::in_catalog` when working with `dplyr::tbl`

## Test environments
* local OS X install, 4.2.0
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

126 changes: 63 additions & 63 deletions docs/articles/aws_athena_query_caching.html

Large diffs are not rendered by default.

176 changes: 88 additions & 88 deletions docs/articles/aws_athena_unload.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/articles/aws_s3_backend.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 28 additions & 28 deletions docs/articles/changing_backend_file_parser.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3244efc

Please sign in to comment.