- Fixed bug where
looker3was not passingsilent_read_csvtorun_inline_query.
- Added a param
silent_csv_read, to switch off/on warnings while reading the stream into a data frame.
- Added an extra validation in
extract_query_responseto catch silent errors in the body of httr response objects.
- Also allow
filtersto be vector.
extract_query_resultnow usesreadr::read_csvinstead ofutils::read.csvunder the hood.
- removed
logout_api_call, usingcacherto cache tokens instead.
validate_responsenow only warns on unsuccessful logout validations.
- Error messages on
validate_responsenow include step name and status code.
- Added compatibility for inputs in the format of Looker API 2.0.
- Added support for
run_inline_queryusing thecsvAPI endpoint(which supports streaming).
- Package created.