TidierOrg / TidierDB.jl

Tidier database analysis in Julia, modeled after the dbplyr R package.
MIT License
43 stars 3 forks source link

Fix Athena join syntax #24

Closed drizk1 closed 4 months ago

drizk1 commented 4 months ago

Right now, joins with Athena require an extra argument, athena_params. I realize now that the params are stored in the query struct, so this can be easily changed to match the join syntax of all other backends.