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

Variable date in file path? #7487

Open
jeffdefacto opened this issue Oct 21, 2024 · 1 comment
Open

Variable date in file path? #7487

jeffdefacto opened this issue Oct 21, 2024 · 1 comment

Comments

@jeffdefacto
Copy link
Contributor

Is there any way to use today's date as a variable in a source url?

I have a dataset that is updated weekly but the url path changes for each new release using the release date so it will immediately break after a week.

example URL:
https://grafws.kadastrs.lv/atom/ad/20241021/Address.gml.zip

Is it possible to do something like this?
https://grafws.kadastrs.lv/atom/ad/${today}/Address.gml.zip

@iandees
Copy link
Member

iandees commented Oct 22, 2024

There isn't. That'd be interesting, though. I'm not sure how we would implement that ... maybe templatized URLs?

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

No branches or pull requests

2 participants