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

How to specify a path param? #53

Open
christophediprima opened this issue Aug 22, 2024 · 1 comment
Open

How to specify a path param? #53

christophediprima opened this issue Aug 22, 2024 · 1 comment

Comments

@christophediprima
Copy link

Hi there! Does the plugin have support for path params? I am trying to do something like this but can find no example...

plugins:
  extractors:
  - name: tap-rest-api-msdk
    variant: widen
    pip_url: tap-rest-api-msdk
    config:
      streams:
      - name: object_results
        path: /object/{object-id}/results
        params: 
          object-id: OBJECT_ID
@jlloyd-widen
Copy link
Contributor

I don't believe so. That's typically used in parent-child streams but I don't think that has been enabled in this tap. Feel free to submit a PR for it though.

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