Skip to content

Commit

Permalink
Rename protocol attribute to schema_name
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Oct 25, 2023
1 parent eeb3dd7 commit 929962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_semantic_interfaces/protocols/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def export_as(self) -> ExportDestinationType:

@property
@abstractmethod
def schema(self) -> Optional[str]:
def schema_name(self) -> Optional[str]:
"""Schema to write export to. Defaults to deployment schema."""
pass

Expand Down

0 comments on commit 929962a

Please sign in to comment.