Skip to content

Commit

Permalink
fix url to duckplyr 🦆
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Sep 30, 2024
1 parent 82b35e8 commit 2adb853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/dbi-4-1/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Running the tests in DBItest is easy, but in the case of a failure, the error me
Backend developers typically have to read the test code to understand what went wrong.
And if the actual test code hides between layers of abstraction, this can be a daunting task.

Code generation has proved to be a powerful tool to peel off abstraction layers, for instance in the [duckplyr](https://duckdblabs.github.io/duckplyr/) project.
Code generation has proved to be a powerful tool to peel off abstraction layers, for instance in the [duckplyr](https://duckplyr.tidyverse.org/) project.
In R, code is data, and the language and the associated packages are very well suited for this task.
The long-term goal is to turn DBItest into a *code generator* rather than a *test executor*: the test code will be generated from a specification directly into the backend package and executed there.
In the case of a failure, the error message will point to the generated code and to the relevant part of the specification.
Expand Down

0 comments on commit 2adb853

Please sign in to comment.