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

blazegraph no new data #63

Open
valentinedwv opened this issue Aug 9, 2023 · 1 comment
Open

blazegraph no new data #63

valentinedwv opened this issue Aug 9, 2023 · 1 comment

Comments

@valentinedwv
Copy link

valentinedwv commented Aug 9, 2023

Should we branch and just run reports if the push to graph says no new data?

https://docs.dagster.io/concepts/ops-jobs-graphs/graphs#with-conditional-branching

something like
count=0 return Output(count, "run_reports")
count>0 return Output(count, "run_load")

We might be able to do this if we use a multi-asset approach, with conditional materialization.

@valentinedwv
Copy link
Author

Think this just needs to be changed to ok, instead of exception

@valentinedwv valentinedwv added the question Further information is requested label Aug 14, 2023
@valentinedwv valentinedwv added AssetCheck and removed question Further information is requested labels Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant