Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-webber committed Jan 15, 2024
1 parent 861efc6 commit 4459a19
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,9 @@ def create_or_update_schema(self, metadata: DataProductMetadata, database_fqn: s
"""
raise NotImplementedError

def create_or_update_table(self, metadata: TableMetadata, platform: str = "glue", version: int = 1): # type: ignore[override]
def create_or_update_table(
self, metadata: TableMetadata, platform: str = "glue", version: int = 1
): # type: ignore[override]
"""
Define a table (a 'dataset' in DataHub parlance), a 'collection of data'
(https://datahubproject.io/docs/metadata-modeling/metadata-model#the-core-entities).
Expand Down

0 comments on commit 4459a19

Please sign in to comment.