hankehly commented on code in PR #22872:
URL: https://github.com/apache/airflow/pull/22872#discussion_r846573326
##########
airflow/secrets/local_filesystem.py:
##########
@@ -145,6 +144,7 @@ def _parse_json_file(file_path: str) -> Tuple[Dict[str,
Any], List[FileSyntaxErr
"env": _parse_env_file,
"json": _parse_json_file,
"yaml": _parse_yaml_file,
+ "yml": _parse_yaml_file,
Review Comment:
This is the only behavior-changing line. It has the following effects:
- one can import connections from `.yml` files via the command-line
- `LocalFilesystemBackend` can now load variables stored in `.yml` files
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]