Skip to content

Commit

Permalink
load_http -> load_url
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 31, 2023
1 parent 29676f2 commit 9c3bc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `date_difference`
- `filter_vector`
- `flatten_dimensions`
- `load_http`
- `load_url`
- `unflatten_dimension`
- `vector_buffer`
- `vector_reproject`
Expand Down
6 changes: 3 additions & 3 deletions proposals/load_http.json → proposals/load_url.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "load_http",
"summary": "Load files from the internet (HTTP)",
"id": "load_url",
"summary": "Load files from the a URL",
"description": "Loads a file from a URL (supported protocols: HTTP and HTTPS).",
"categories": [
"cubes",
Expand All @@ -10,7 +10,7 @@
"parameters": [
{
"name": "url",
"description": "The HTTP(S) URLs to read. Authentication details such as API keys or tokens may need to be included in the URL.",
"description": "The URLs to read from. Authentication details such as API keys or tokens may need to be included in the URL.",
"schema": {
"title": "URL",
"type": "string",
Expand Down

0 comments on commit 9c3bc00

Please sign in to comment.