Skip to content

Commit

Permalink
feat(ingestion): add ability to specify data dictionary mode for ora…
Browse files Browse the repository at this point in the history
…cle module (1.fix integration tests 2.update golden-files 3.delete debug rows 4.fix mypy tests 5.delete class_usage_notification method)
  • Loading branch information
sleeperdeep committed Jan 30, 2024
1 parent 498c442 commit bc1bb95
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions metadata-ingestion/src/datahub/ingestion/source/sql/oracle.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,6 @@ def before_cursor_execute(conn, cursor, statement, parameters, context, executem
cursor.outputtypehandler = output_type_handler


def class_usage_notification(cls, func):
def _wrapper(*args, **kwargs):
logger.info(f"{cls.__name__}.{func.__name__} is in used.")
return func(*args, **kwargs)

return _wrapper


class OracleConfig(BasicSQLAlchemyConfig):
# defaults
scheme: str = Field(
Expand Down

0 comments on commit bc1bb95

Please sign in to comment.