Falk
with open(f"{os.getcwd()}{file_name}.yaml", "r") as file: return yaml.safe_load(file)
flow.py
file.yaml
with open(f"{file_name}.yaml", "r") as file: return yaml.safe_load(file)
FileNotFoundError: [Errno 2] No such file or directory: '/file.yaml'
.py
Dominik Wagner
path = os.path.join(os.path.dirname(os.path.realpath(__file__))),f"{file_name}.yaml") with open(path, "r") as file: return yaml.safe_load(file)
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.