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

enable local config file #42

Merged
merged 3 commits into from Mar 10, 2019
Merged

enable local config file #42

merged 3 commits into from Mar 10, 2019

Conversation

matt-long
Copy link
Contributor

No description provided.

@@ -19,6 +19,10 @@
PATH = os.environ['INTAKE_CONFIG']
paths.append(PATH)

elif os.path.exists(os.path.join(os.getcwd(), '.intake_esm')):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this makes sense to your use-case, but have you thought about config files which are not local? In most places in Intake, we attempt to allow for arbitrary URLs and "storage_options" for any parameters required to access remote storage.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the comment. I could see remote config files being useful in the context of defining new collections. I don't have a current application, however.

@andersy005 andersy005 merged commit d4c13d8 into intake:master Mar 10, 2019
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.

None yet

3 participants