[PR] Feature: Allow description to be passed in when uring variables CLI [airflow]

2023-10-05 Thread via GitHub
Zhenye-Na opened a new pull request, #34791: URL: https://github.com/apache/airflow/pull/34791 ### Notes This PR closes: https://github.com/apache/airflow/issues/34756 ### Testing ``` pre-commit run --all-files Check if all hooks apply to the r

Re: [PR] Feature: Allow description to be passed in when uring variables CLI [airflow]

2023-10-08 Thread via GitHub
Zhenye-Na commented on PR #34791: URL: https://github.com/apache/airflow/pull/34791#issuecomment-1752356893 Used Github UI to rebase the feature branch. -- 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

Re: [PR] Feature: Allow description to be passed in when uring variables CLI [airflow]

2023-10-10 Thread via GitHub
Taragolis commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1352055813 ## airflow/cli/cli_config.py: ## @@ -543,6 +543,15 @@ def string_lower_type(val): ARG_DEFAULT = Arg( ("-d", "--default"), metavar="VAL", default=None, help="D

Re: [PR] Feature: Allow description to be passed in when uring variables CLI [airflow]

2023-10-05 Thread via GitHub
Zhenye-Na commented on PR #34791: URL: https://github.com/apache/airflow/pull/34791#issuecomment-1749757850 Having some issue with CI, resolving those issues now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Feature: Allow description to be passed in when uring variables CLI [airflow]

2023-10-07 Thread via GitHub
Zhenye-Na commented on PR #34791: URL: https://github.com/apache/airflow/pull/34791#issuecomment-1751910992 Fixed unit test errors ``` breeze testing tests --test-type CLI tests/cli/test_cli_parser.py [ 9%] tests/cli/commands/t