Skip to content

Commit

Permalink
Update httpdata-pull-parameterized.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmberthold authored Feb 4, 2025
1 parent 11c6a87 commit 366c4d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% hint style="info" %} Parameterization is optional and does not have to be activated by the Provider if the datasource API does not require or enable it. In this case, the corresponding parameters do not have to be enabled when creating an asset and the Consumer does not have to add any additional paramters to the endpoint from the EDR. {% endhint %}

### Providing Parameterized Data
### Provider: Asset

A datasource API can be structured with a base URL and path parameters to differentiate datasets:
- `https://example.com/dataset/1`
Expand Down Expand Up @@ -52,6 +52,8 @@ Ensure that `proxyPath` and `proxyQueryParams` are correctly set and enabled `tr

{% hint style="info" %} As parameterization is optional, these settings do not need to be set to "true" if the datasource API doesn't support it, then either don't add them at all or set them to "false". {% endhint %}

After adding the asset, the asset only needs to be linked in a Contract Definition/Data Offer along with Policies in order to make it available for potential Consumers to consume.

### Consuming Data

#### Step 1: Querying the Catalog
Expand Down

0 comments on commit 366c4d9

Please sign in to comment.