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

Add depend strategy for reflections #184

Open
darian-heede opened this issue Jun 2, 2023 · 1 comment
Open

Add depend strategy for reflections #184

darian-heede opened this issue Jun 2, 2023 · 1 comment

Comments

@darian-heede
Copy link

darian-heede commented Jun 2, 2023

Describe the enhancement requested

Currently, when creating a reflection, dbt-dremio triggers it on dremio and instantly finishes the job if the trigger was successful. We would like to be able to configure a strategy that makes dbt wait for the completion of the reflection job on dremio, before marking it as successful and moving on to the next item in the dbt DAG. This would also allow us to get feedback on a reflection failure.

The configuration keyword could be strategy with the possible values depend or trigger, the later being the current and default value.

Justification for this enhancement

This feature would allow for better control and debugging of reflection jobs.

@darian-heede
Copy link
Author

Hi there, any feedback for this issue?

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

No branches or pull requests

1 participant