pipedream
pipedream copied to clipboard
Update mysql raw query action
WHY
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Ignored Deployments
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| docs-v2 | ⬜️ Ignored (Inspect) | Visit Preview | May 17, 2024 8:58pm | |
| pipedream-docs | ⬜️ Ignored (Inspect) | May 17, 2024 8:58pm | ||
| pipedream-docs-redirect-do-not-edit | ⬜️ Ignored (Inspect) | May 17, 2024 8:58pm |
Thank you so much for submitting this! We've added it to our backlog to review, and our team has been notified.
Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:
- [ ] Create components to address specific use cases whenever possible
- [ ] Component
keys should follow the formatapp_name_slug-slugified-component-name - [ ] Components should follow the standard directory structure
- [ ] Prefer Node.js client libraries to REST APIs
- [ ] When making API requests, handle pagination to ensure all data / events are processed
- [ ] Use
secretprops to capture sensitive data - [ ] Props and methods should be defined in app files whenever possible
- [ ] Document methods with JS Docs
- [ ] Use
optionalprops whenever possible, and set adefaultvalue where you can - [ ] Use async options to accept user input wherever possible
Hi @bizyb thanks for your contribution but I would like to know what you want to achieve? I noticed you are adding a new prop named
sqlwith typesqlbut I'm afraid we don't support it. For more info on types you can take a look at https://pipedream.com/docs/v2/components/api/#user-input-props so let me know if you have any questions about it, thanks in advance!
Hi @jcortes, I'm a Pipedream staff developer. The sql prop is a new feature that was released recently and is in development. My changes will allow us to to do e2e validation of the sql feature.
oops sorry @bizyb I didn't see you had this PR -- closing this one since I merged https://github.com/PipedreamHQ/pipedream/pull/12212