airbytehq / airbytehq/PyAirbyte

Reduce threshold for supporting 'readable' destinations

Open
#196 0 comments 0 reactions 0 assignees View on GitHub
1.0
Dominant language
Python
Stars
344
Forks
77
Avg merge
1d 11h
Merged PRs (30d)
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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.