Skip to content

Commit

Permalink
docs: update link to sqlalchemy tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau authored and cpcloud committed Sep 7, 2023
1 parent 8da58d4 commit 047aef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/internals.qmd
Expand Up @@ -125,7 +125,7 @@ The next major component of Ibis is the compilers.

The first few versions of Ibis directly generated strings, but the compiler
infrastructure was generalized to support compilation of
[SQLAlchemy](https://docs.sqlalchemy.org/en/latest/core/tutorial.html) based
[SQLAlchemy](https://docs.sqlalchemy.org/en/latest/tutorial/index.html#unified-tutorial) based
expressions.

The compiler works by translating the different pieces of SQL expression into a
Expand Down

1 comment on commit 047aef7

@ibis-squawk-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 3.

Benchmark suite Current: 047aef7 Previous: b37804a Ratio
ibis/tests/benchmarks/test_benchmarks.py::test_compile[small-oracle] 287.2773437870577 iter/sec (stddev: 0.022941659633478807) 2324.1985766921553 iter/sec (stddev: 0.00015164477204797965) 8.09

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.