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

buffer the entire dag before export #8502

Closed
wants to merge 1 commit into from

Conversation

coryschwartz
Copy link

This will buffer the entire dag.

I don't think this is the best option, but the idea here is to buffer the entire dag so errors can be detected, if an error is detected, the dag won't be exported.

The downside is obvious, that the entire dag is buffered.

@coryschwartz
Copy link
Author

an alternative to this that doesn't buffer the entire dag is #8503.

This PR should probably be closed since I suspect buffering the whole dag is not a tenable solution, but I will leave it open for now as an option

@coryschwartz
Copy link
Author

just for linkage, the context for this is #8323

@aschmahmann
Copy link
Contributor

As you mentioned buffering seems pretty bad for performance and usability here.

@hacdias hacdias deleted the feat/buffer-entire-export branch May 9, 2023 11:03
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

Successfully merging this pull request may close these issues.

2 participants