1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Rename all lowcode connector manifest files to manifest.yaml (#21771)

This commit is contained in:
Sherif A. Nada
2023-01-25 13:15:58 -08:00
committed by GitHub
parent 8aa73137bd
commit 7a403bb853
176 changed files with 88 additions and 88 deletions

View File

@@ -15,4 +15,4 @@ WARNING: Do not modify this file.
# Declarative Source
class SourceSpacexApi(YamlDeclarativeSource):
def __init__(self):
super().__init__(**{"path_to_yaml": "spacex_api.yaml"})
super().__init__(**{"path_to_yaml": "manifest.yaml"})