Glue Pipeline Name Fix (#7892)

This commit is contained in:
Mayur Singal 2022-10-03 19:38:10 +05:30 committed by GitHub
parent d707244c4d
commit 7ecc09c17c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
source:
type: glue-pipeline
type: gluepipeline
serviceName: local_glue
serviceConnection:
config:

View File

@ -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 = {}