mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 00:11: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.metadata_config = metadata_config
|
||||||
self.status = SQLSourceStatus()
|
self.status = SQLSourceStatus()
|
||||||
self.service = get_service_or_create(config, metadata_config)
|
self.service = get_service_or_create(config, metadata_config)
|
||||||
self.filter_pattern = IncludeFilterPattern
|
|
||||||
self.pattern = config
|
self.pattern = config
|
||||||
|
self.filter_pattern: IncludeFilterPattern = IncludeFilterPattern.allow_all()
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def create(cls, config_dict, metadata_config_dict, ctx):
|
def create(cls, config_dict, metadata_config_dict, ctx):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user