Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No error logs when parsing dags #110

Closed
blaivs opened this issue Feb 6, 2025 · 1 comment
Closed

No error logs when parsing dags #110

blaivs opened this issue Feb 6, 2025 · 1 comment

Comments

@blaivs
Copy link

blaivs commented Feb 6, 2025

When failing to parse dags we get this error with no meaningful message of what the cause it. This might be related to astronomer/astro-cli#1770 where astro dev parse command logs were suppressed unless you give the --verbosity flag. If so, due to this being in a CI action, I would enable debug verbosity by default.

Image and DAG Deploy to Astro
  Using an Astro API Token
  Authenticated to Astro 
  
  Building image...
  Runtime Version: 12.6.0
  Testing image...
  
  Checking your DAGs for errors,
  this might take a minute if you haven't run this command before…
  Error: your local DAGs did not parse. Fix the listed errors or use `astro deploy [deployment-id] -f` to force deploy
  See above for errors detected in your DAGs
  Error: Process completed with exit code 1.
@neel-astro
Copy link
Collaborator

Yup, this was related to the mentioned CLI issue, which has been patched in the latest CLI release, and if your deploy action is pointed to latest CLI version, then this issue should be resolved.

I am closing this issue, but feel free to reopen if the issue persists with the latest CLI release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants