airbytehq / PyAirbyte

PyAirbyte brings the power of Airbyte to every Python developer.
https://docs.airbyte.com/pyairbyte
Other
178 stars 20 forks source link

Feat: Always run config pre-validation #134

Closed aaronsteers closed 3 months ago

aaronsteers commented 3 months ago

Resolves #126

When connectors fail due to incorrect config, they often do not do so gracefully.

This update will make pre-validation of config the default behavior, which gives us more control over the user experience.