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

Raise error if config file doesn't exist? #73

Closed
cisaacstern opened this issue May 11, 2023 · 0 comments · Fixed by #88
Closed

Raise error if config file doesn't exist? #73

cisaacstern opened this issue May 11, 2023 · 0 comments · Fixed by #88

Comments

@cisaacstern
Copy link
Member

@jbusecke recently saw some silent failures deploying to dataflow. The following logs cued me into the fact that the config.json did not exist:

Target Storage is FSSpecTarget(AbstractFileSystem(, root_path="")

Input Cache Storage is CacheFSSpecTarget(AbstractFileSystem(, root_path="")

Metadata Cache Storage is MetadataTarget(AbstractFileSystem(, root_path="")

but this was definitely non-obvious. Should we raise an error (or at least a warning) if the config file is missing?

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 a pull request may close this issue.

1 participant