Skip to content

Commit

Permalink
sort lines
Browse files Browse the repository at this point in the history
  • Loading branch information
elic-eon committed Oct 9, 2024
1 parent 4be973c commit 595adba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metaphor/postgresql/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class BasePostgreSQLRunConfig(BaseConfig):
@dataclass(config=ConnectorConfig)
class PostgreSQLQueryLogConfig(QueryLogConfig):
aws: Optional[AwsCredentials] = None
filter_pattern: Optional[str] = None
log_duration_enabled: bool = False
logs_group: Optional[str] = None
filter_pattern: Optional[str] = None


@dataclass(config=ConnectorConfig)
Expand Down

0 comments on commit 595adba

Please sign in to comment.