Revert "feat: Changing Dataset names (#16199)" (#16235)

This reverts commit adb3ebbba3.
This commit is contained in:
AAfghahi
2021-08-12 16:59:44 -04:00
committed by GitHub
parent 171514360e
commit 9d0dc561fc
19 changed files with 25 additions and 27 deletions

View File

@@ -27,7 +27,7 @@ from .helpers import get_example_data, get_table_connector_registry
def load_bart_lines(only_metadata: bool = False, force: bool = False) -> None:
tbl_name = "San Franciso BART Lines"
tbl_name = "bart_lines"
database = get_example_database()
table_exists = database.has_table_by_name(tbl_name)