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

Allowing datasources to be defined dynamically #357

Merged
merged 1 commit into from
Jul 13, 2018

Conversation

hairyhenderson
Copy link
Owner

Fixes #349

Allows datasource/ds to be given a URL instead of an alias, for situations (like when ranging through a directory datasource) when the URL either can't be known in advance, or is awkward to specify in advance.

Behind the scenes, a new datasource is created dynamically, with the URL as the alias. This means the data is cached for multiple uses.

Note that the URL must be an absolute URL in this case.

Signed-off-by: Dave Henderson dhenderson@gmail.com

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@hairyhenderson hairyhenderson merged commit 9177123 into master Jul 13, 2018
@hairyhenderson hairyhenderson deleted the dynamic-datasource branch July 13, 2018 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant