Skip to content

Commit

Permalink
update references
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Jul 26, 2022
1 parent aea11fc commit 34560e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/models/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def dttm_cols(self) -> List[Any]:

@property
def schema_perm(self) -> str:
return f"{self.database.name}.{self.database.schema}"
return f"{self.database.database_name}.{self.schema}"

@property
def default_endpoint(self) -> str:
Expand Down

0 comments on commit 34560e3

Please sign in to comment.