You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use tbl(con, sql("string query")) on BigQuery, I want a remote tibble, but I get a curl error. Low level options work, and after testing parentheses and backticks, I don't think formatting string query is the issue. Reprex below.
The text was updated successfully, but these errors were encountered:
mjbroerman
changed the title
Receiving curl error when using tbl(con, sql("string query")) for remote tibble
Receiving curl error when using tbl(con, sql("string query")) for BigQuery
Sep 10, 2023
When I use
tbl(con, sql("string query"))
on BigQuery, I want a remote tibble, but I get acurl
error. Low level options work, and after testing parentheses and backticks, I don't think formattingstring query
is the issue. Reprex below.Here's my curl version:
Reprex
Created on 2023-09-10 with reprex v2.0.2
Session info
The text was updated successfully, but these errors were encountered: