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

2023-10-29 Thread via GitHub
eladkal merged PR #34791: URL: https://github.com/apache/airflow/pull/34791 -- 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:

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

2023-10-19 Thread via GitHub
uranusjr commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1366400314 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +51,22 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-19 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1366348489 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-18 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1364647707 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-18 Thread via GitHub
uranusjr commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1363544598 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-14 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1359746101 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-14 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1359746101 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-14 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1359738755 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

2023-10-12 Thread via GitHub
uranusjr commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1357733068 ## tests/cli/commands/test_variable_command.py: ## @@ -49,6 +49,15 @@ def test_variables_set(self): with pytest.raises(KeyError):

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

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

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

2023-10-12 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1357583319 ## airflow/cli/commands/variable_command.py: ## @@ -61,8 +61,8 @@ def variables_get(args): @cli_utils.action_cli @providers_configuration_loaded def

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

2023-10-12 Thread via GitHub
Zhenye-Na commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1357301454 ## airflow/cli/commands/variable_command.py: ## @@ -61,8 +61,8 @@ def variables_get(args): @cli_utils.action_cli @providers_configuration_loaded def

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

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

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

2023-10-11 Thread via GitHub
uranusjr commented on code in PR #34791: URL: https://github.com/apache/airflow/pull/34791#discussion_r1354536429 ## airflow/cli/commands/variable_command.py: ## @@ -61,8 +61,8 @@ def variables_get(args): @cli_utils.action_cli @providers_configuration_loaded def

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

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

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

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