-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[Bug] dbt retry
does not work for dbt docs generate
#10741
Open
2 tasks done
Labels
bug
Something isn't working
Comments
5 tasks
Thanks for reporting this and raising the associated PR @jordivandooren ! ReprexCreate these files:
select 1 as id Run these commands: dbt docs generate
dbt retry 💥 Get this stacktrace containing the error:
✅ Running these same commands against #10742 worked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a new bug in dbt-core?
Current Behavior
Running
dbt retry
afterdbt docs generate
, raises an error:or
Expected Behavior
The absence of the
static
flag should not be translated into the (non-existent)--no-static
. It should be treated as absent.The same goes for
empty_catalog
.Steps To Reproduce
dbt-postgres
)dbt docs generate
(without--static
or--empty_catalog
flags)dbt retry
returns in aNoSuchOptions
error relating to the non-existent--no-static
or--no-empty-catalog
flag.Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: