airbyte
airbyte copied to clipboard
✨Source Freshsales: Make Connector Compatible with Builder
What
Makes the connector compatible with the Builder UI
How
- Use Poetry instead of requirements.txt & Dockerfile
- Import schema to Inline Schema in manifest
- Bump minor version
- 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:09pm |
The filter streams are used as parent streams for other streams, I couldn't find a way to use those streams only internally and not expose them to the users while migrating this to the builder. If there's a way to specify that a stream needs to be used only internally but not exposed to the users, that could be great. This will be useful for streams that are to be used as parent streams for other streams but not as standalone streams. Maybe a checkbox to denote that the stream is internal only in the builder.