mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
Glue Pipeline Name Fix (#7892)
This commit is contained in:
parent
d707244c4d
commit
7ecc09c17c
@ -1,5 +1,5 @@
|
||||
source:
|
||||
type: glue-pipeline
|
||||
type: gluepipeline
|
||||
serviceName: local_glue
|
||||
serviceConnection:
|
||||
config:
|
||||
@ -51,7 +51,7 @@ STATUS_MAP = {
|
||||
}
|
||||
|
||||
|
||||
class GluePipelineSource(PipelineServiceSource):
|
||||
class GluepipelineSource(PipelineServiceSource):
|
||||
def __init__(self, config: WorkflowSource, metadata_config: OpenMetadataConnection):
|
||||
super().__init__(config, metadata_config)
|
||||
self.task_id_mapping = {}
|
||||
Loading…
x
Reference in New Issue
Block a user