airbytehq / airbytehq/PyAirbyte

Reduce threshold for supporting 'readable' destinations

Abierto
#196 0 comentarios 0 reacciones 0 asignados Ver en GitHub
1.0
Lenguaje dominante
Python
Estrellas
344
Forks
77
Merge medio
1 d 11 h
PR fusionados (30 d)
35

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.