airbytehq / airbytehq/PyAirbyte
Reduce threshold for supporting 'readable' destinations
- Langage dominant
- Python
- Étoiles
- 344
- Forks
- 77
- Merge moyen
- 1 j 11 h
- PR mergées (30 j)
- 35
Description
Currently, the threshold for supporting a destination as "readable" is a very high bar. It requires that the destination is fully writeable as a cache, and also that we have a valid/tested mapping of cache config to destination config.
A path to reducing this threshold might look something like the following:
1. Eliminate the requirement for a SQL `processor` definition - instead relying on the `get_sqlalchemy_url()` implementation, which lives at the `Cache` class layer.
2. Bring the mapping of cache-config to destination-config, and vice versa, into the `Cache` class.
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.