Re: [PR] Move cli's Connection export and Variable export command print logic to a seprate function [airflow]

2023-10-19 Thread via GitHub
Taragolis merged PR #34647: URL: https://github.com/apache/airflow/pull/34647 -- 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] Move cli's Connection export and Variable export command print logic to a seprate function [airflow]

2023-10-17 Thread via GitHub
utkarsharma2 commented on PR #34647: URL: https://github.com/apache/airflow/pull/34647#issuecomment-1766446484 @eladkal All checks are passing 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 above to go

Re: [PR] Move cli's Connection export and Variable export command print logic to a seprate function [airflow]

2023-10-17 Thread via GitHub
eladkal commented on PR #34647: URL: https://github.com/apache/airflow/pull/34647#issuecomment-1766281868 > @uranusjr The failure on the PR don't look related. please rebase and lets see how it looks now -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Move cli's Connection export and Variable export command print logic to a seprate function [airflow]

2023-10-06 Thread via GitHub
utkarsharma2 commented on PR #34647: URL: https://github.com/apache/airflow/pull/34647#issuecomment-1750553531 @uranusjr The failure on the PR don't look related. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] Move cli's Connection export and Variable export command print logic to a seprate function [airflow]

2023-10-06 Thread via GitHub
utkarsharma2 commented on code in PR #34647: URL: https://github.com/apache/airflow/pull/34647#discussion_r1348646994 ## airflow/cli/utils.py: ## @@ -40,3 +40,10 @@ def is_stdout(fileio: IOBase) -> bool: .. warning:: *fileio* must be open for this check to be successful.

Re: [PR] Move cli's Connection export and Variable export command print logic to a seprate function [airflow]

2023-10-04 Thread via GitHub
uranusjr commented on code in PR #34647: URL: https://github.com/apache/airflow/pull/34647#discussion_r1345419393 ## airflow/cli/utils.py: ## @@ -40,3 +40,10 @@ def is_stdout(fileio: IOBase) -> bool: .. warning:: *fileio* must be open for this check to be successful.