Skip to content

awswrangler conversion #29

@Thomas-Hirsch

Description

@Thomas-Hirsch

With pydbtools 3.0.0, the existing functions used by dbtools are being deprecated. While it's possible to run the awswrangler read_sql_query code, the output is a bit weird. Rather than looking like a Pandas dataframe, it seems to look like an R dataframe with Pandas datatypes. This means that reticulate::py_to_r() doesn't work as "it's not a python object", but something like as.tibble doesn't work either as it thinks the columns aren't vectors. Additionally, dbtools currently uses s3tools::get_credentials(). Neither that function nor s3tools in general are necessary any more.

Hence there are two options: either

  • to have some custom conversion function to fix the awswrangler output, or
  • switch to something more natively R, such as Noctua

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions