Skip to content

revision: hash for http datasource needs nesting#303

Open
srenatus wants to merge 1 commit intomainfrom
sr/http-hash-nested
Open

revision: hash for http datasource needs nesting#303
srenatus wants to merge 1 commit intomainfrom
sr/http-hash-nested

Conversation

@srenatus
Copy link
Contributor

We can have multiple http (or s3) data sources per source, so

input.sources["source-name"].http.hash

doesn't do the trick. It needs to be

input.sources["source-name"].http["http-datasource-name"].hash

etc.

@srenatus srenatus marked this pull request as ready for review March 26, 2026 08:06
@srenatus srenatus marked this pull request as draft March 26, 2026 08:18
We can have multiple http (or s3) data sources per source, so

    input.sources["source-name"].http.hash

doesn't do the trick. It needs to be

    input.sources["source-name"].http["http-datasource-name"].hash

etc.

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
@srenatus srenatus force-pushed the sr/http-hash-nested branch from 9974b25 to 415e632 Compare March 26, 2026 08:47
@srenatus srenatus marked this pull request as ready for review March 26, 2026 08:55
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.

1 participant