daranzolin / sqltargets

targets extension for SQL queries
https://daranzolin.github.io/sqltargets/
Other
34 stars 1 forks source link

reintroduce readr import for read_file #12

Closed daranzolin closed 2 months ago

daranzolin commented 2 months ago

Per #11, some heavily commented queries weren't being recognized after the string manipulation in source_sql_to_dataframe(). This PR reintroduces the readr import for readr::read_file() which correctly handles comments, encoding, etc.