airbyte
airbyte copied to clipboard
✨Source Mailgun: Make Connector Compatible with Builder
What
Makes the connector compatible with the Builder UI
How
- Bump minor version
- Use Inline Spec
- Remove $parameters
- Make it compatible with the Builder
User Impact
Non impacting, done for maintainability
Can this PR be safely reverted and rolled back?
- [x] YES 💚
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
airbyte-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 28, 2024 7:12pm |
The Basic HTTP Authenticator in the Builder needs the username and password field values to be of the form {{ config[key] }}
so I added a new config key called username_do_not_edit
with the default value api
for the username. (It didn't allow me to hardcode the value api
)
@girarda I've defaulted the username to api
and removed the extra config value. CI is green.