Skip to content

Commit

Permalink
refactor(sql): remove old compiler (#8307)
Browse files Browse the repository at this point in the history
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
  • Loading branch information
kszucs and cpcloud authored Feb 13, 2024
1 parent aa74515 commit 88e8384
Show file tree
Hide file tree
Showing 39 changed files with 634 additions and 3,887 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,6 @@ ibis/examples/descriptions
# automatically generated odbc file for ci
ci/odbc/odbc.ini
*-citibike-tripdata.tar.xz

# data downloaded by the geospatial tutorial
docs/posts/ibis-duckdb-geospatial/nyc_data.db.wal
2 changes: 1 addition & 1 deletion docs/backends/impala.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ table or database.
```{python}
#| echo: false
#| output: asis
render_methods(get_object("ibis.backends.base.sql", "BaseSQLBackend"), "table")
render_methods(get_object("ibis.backends.base.sqlglot", "SQLGlotBackend"), "table")
```

The client's `table` method allows you to create an Ibis table
Expand Down
Loading

0 comments on commit 88e8384

Please sign in to comment.