[I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-07 Thread via GitHub
Mrhacktivist opened a new issue, #37228: URL: https://github.com/apache/airflow/issues/37228 ### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.5.1 ### What happened? Airflow CLI

Re: [I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-07 Thread via GitHub
boring-cyborg[bot] commented on issue #37228: URL: https://github.com/apache/airflow/issues/37228#issuecomment-1932473829 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

Re: [I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-07 Thread via GitHub
jscheffl commented on issue #37228: URL: https://github.com/apache/airflow/issues/37228#issuecomment-1932975964 Can you please post some more details about the unexpected details? Can you please post the full CLI you used? Also if possible the full output would be good. Redacted as well

Re: [I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-08 Thread via GitHub
Mrhacktivist commented on issue #37228: URL: https://github.com/apache/airflow/issues/37228#issuecomment-1933855751 CLI USED - ```python ``` import boto3 import json import requests import base64 mwaa_env_name = 'MyAirflowEnvironment5' mwaa_cli_com

Re: [I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-08 Thread via GitHub
potiuk commented on issue #37228: URL: https://github.com/apache/airflow/issues/37228#issuecomment-1934086764 Well, those messages come from your DAG or configuraiton (local settings) while the dags are being parsed. Just don't print output to stdout in your DAGs when they are parsed.

Re: [I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-08 Thread via GitHub
potiuk closed issue #37228: Airflow CLI command "dags list" command returning unexpected output URL: https://github.com/apache/airflow/issues/37228 -- 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 th

Re: [I] Airflow CLI command "dags list" command returning unexpected output [airflow]

2024-02-08 Thread via GitHub
potiuk commented on issue #37228: URL: https://github.com/apache/airflow/issues/37228#issuecomment-1934087465 Closing as invalid. -- 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 comm