Skip to content

Commit

Permalink
Update metaphor/oracle/config.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tsung-Ju Lii <[email protected]>
  • Loading branch information
elic-eon and usefulalgorithm authored Jul 31, 2024
1 parent fb306e6 commit 95641b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/oracle/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class OracleQueryLogConfig:
lookback_days: int = 1

# Query log filter to exclude certain usernames
excluded_usernames: Set[str] = field(default_factory=lambda: set())
excluded_usernames: Set[str] = field(default_factory=set)


@dataclass(config=ConnectorConfig)
Expand Down

0 comments on commit 95641b5

Please sign in to comment.