airbyte icon indicating copy to clipboard operation
airbyte copied to clipboard

✨Source Freshsales: Make Connector Compatible with Builder

Open pabloescoder opened this issue 9 months ago • 2 comments

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 💚

pabloescoder avatar May 13 '24 04:05 pabloescoder

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

vercel[bot] avatar May 13 '24 04:05 vercel[bot]

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.

pabloescoder avatar May 13 '24 05:05 pabloescoder