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

Allow skipping dirs validation during configuration warmup #407

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

yellow1912
Copy link

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets fix #406
License Apache2

Description

Add a new config key to allow skipping the dirs validation during configuration phase

Todos

  • Tests
  • Documentation
  • Changelog

There is no reason to validate the dirs until we actually run the
extraction. This PR adds the validate_dir option which defaults to
true so users can opt for not validating the dirs paths during
configuration warmup phase.

It's possible that we still want to do validation at extract phase
and we can add the code to do that if it is necessary.

There is no reason to validate the dirs until we actually run the
extraction. This PR adds the validate_dir option which defaults to
`true` so users can opt for not validating the dirs paths during
configuration warmup phase.

It's possible that we still want to do validation at extract phase
and we can add the code to do that if it is necessary.
@gnat42
Copy link
Collaborator

gnat42 commented Apr 20, 2017

What is the use case for this? Why does it matter when the validation occurs?

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.

Configuration should not attempt to check for dirs/paths
2 participants