We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@jbusecke recently saw some silent failures deploying to dataflow. The following logs cued me into the fact that the config.json did not exist:
config.json
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?
The text was updated successfully, but these errors were encountered:
Throw error and exit if config file isn't readable
c8b6844
Fixes #73
Successfully merging a pull request may close this issue.
@jbusecke recently saw some silent failures deploying to dataflow. The following logs cued me into the fact that the
config.json
did not exist:but this was definitely non-obvious. Should we raise an error (or at least a warning) if the config file is missing?
The text was updated successfully, but these errors were encountered: