You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR #1770 removed all logs from the Astro CLI output, resulting in limited information being displayed during errors. It would be helpful to show more detailed logs, particularly when a command fails.
For example, when running the astro dev parse command and it fails, the following logs are displayed:
Checking your DAGs for errors,
this might take a minute if you haven't run this command before…
heavy_check_mark Project image has been updated
Error: See above for errors detected in your DAGs
However, instead of showing generic errors, it would be more appropriate and helpful to display specific errors related to the DAGs that failed to parse.
What CLI Version did you experience this bug?
1.33.0
Which Astronomer Platform is this CLI bug related to?
Astro
Software
None/Unknown
What Operating System is the CLI installed on?
macOS
The text was updated successfully, but these errors were encountered:
Describe the Bug
The PR #1770 removed all logs from the Astro CLI output, resulting in limited information being displayed during errors. It would be helpful to show more detailed logs, particularly when a command fails.
For example, when running the
astro dev parse
command and it fails, the following logs are displayed:However, instead of showing generic errors, it would be more appropriate and helpful to display specific errors related to the DAGs that failed to parse.
What CLI Version did you experience this bug?
1.33.0
Which Astronomer Platform is this CLI bug related to?
What Operating System is the CLI installed on?
macOS
The text was updated successfully, but these errors were encountered: