Feat: add tables method to fs_repository
This commit is contained in:
@@ -59,6 +59,7 @@ def test_list_schema(location, repository):
|
||||
|
||||
def test_list_tables_schema(repository):
|
||||
assert repository.schema("schema").tables == ["username", "recovery", "salary"]
|
||||
assert repository.tables(schema="schema") == ["username", "recovery", "salary"]
|
||||
|
||||
|
||||
def test_describe_table(location, repository):
|
||||
|
||||
Reference in New Issue
Block a user