-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(list_tables): deprecate
schema
keyword
This is part of a larger refactor where we are removing all usage of the word `schema` in its hierarchical sense. Ibis will adhere to the following convention moving forward: * `schema`: a mapping of column names to datatypes * `database`: a collection of tables * `catalog`: a collection of databases These terms are mapped accordingly onto the specific backend terminology. This change to `list_tables` is not a breaking change. `schema` is deprecated and will warn on usage, but all existing code should remain functional. chore(schema): add mixin to help with schema deprecation warnings refactor(trino): deprecate schema in list_tables refactor(postgres): deprecate schema in list_tables refactor(oracle): deprecate schema in list_tables refactor(bigquery): deprecate schema in list_tables refactor(mysql): deprecate schema in list_tables refactor(duckdb): deprecate schema in list_tables refactor(mssql): deprecate schema in list_tables refactor(snowflake): deprecate schema in list_tables docs(list_tables): add backend-specific docstrings for list_tables fix(postgres): handle temp tables in list_tables
- Loading branch information
Showing
29 changed files
with
662 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.