Lisa Anders
Results
2
comments of
Lisa Anders
@jthomasmock Happy to confirm that using `git config --global credential.helper 'store --file ~/.my-credentials'` worked for me for persistence. This was especially useful for testing on a Sagemaker deployment where the...
Update: For anyone else these commands did work for me for exploratory analysis (thanks Edgar!) ```r sdf_sql(sc, "show catalogs") |> dplyr::pull() sdf_sql(sc, "show databases") |> dplyr::pull() ```