Skip to content

Commit

Permalink
fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 17, 2023
1 parent 4179b60 commit aa8adef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lea/app/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def docs(

# List all the columns
columns = client.get_columns()
# HACK
columns["view_name"] = f'{client.dataset_name}.' + columns["view_name"]

# Now we can generate the docs for each schema and view therein
readme_content = io.StringIO()
Expand Down

0 comments on commit aa8adef

Please sign in to comment.