Skip to content

Commit

Permalink
update to example schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Russ Garner committed Aug 18, 2022
1 parent f606aee commit 5e675a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
inspector = SA.inspect(engine)

#loop over tables in DB
for t in inspector.get_table_names('vision'):
for t in inspector.get_table_names('my_great_schema'):
tables_in_database.append(t)

#Initialize pyLookML project (see lookml docs, this is local files for simplicity.
Expand Down

0 comments on commit 5e675a6

Please sign in to comment.