Skip to content

Commit

Permalink
chore(warning): make message accurate
Browse files Browse the repository at this point in the history
Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
  • Loading branch information
cpcloud and gforsyth committed Nov 14, 2023
1 parent eab48a9 commit 1831db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/bigquery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def table(
util.warn_deprecated(
"database",
instead=(
f"{self.name} cannot list tables only using `database` specifier. "
f"The {self.name} backend cannot return a table expression using only a `database` specifier. "
"Include a `schema` argument."
),
as_of="7.1",
Expand Down

0 comments on commit 1831db1

Please sign in to comment.