mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
Postgres IncludeFilterPattern Modification
This commit is contained in:
parent
37e59518a5
commit
5e949eb202
@ -95,8 +95,8 @@ class PostgresSource(Source):
|
||||
self.metadata_config = metadata_config
|
||||
self.status = SQLSourceStatus()
|
||||
self.service = get_service_or_create(config, metadata_config)
|
||||
self.filter_pattern = IncludeFilterPattern
|
||||
self.pattern = config
|
||||
self.filter_pattern: IncludeFilterPattern = IncludeFilterPattern.allow_all()
|
||||
|
||||
@classmethod
|
||||
def create(cls, config_dict, metadata_config_dict, ctx):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user