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
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: