Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Nov 13, 2024
1 parent 1f9f882 commit 204a6c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions metadata-ingestion/src/datahub/ingestion/source/sql/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,3 @@ def generate_profile_candidates(
)
for row in cursor
]

def add_profile_metadata(self, inspector: Inspector) -> None:
"""
Method to add profile metadata in a sub-class that can be used to enrich profile metadata.
This is meant to change self.profile_metadata_info in the sub-class.
"""
pass

0 comments on commit 204a6c9

Please sign in to comment.