airbytehq / airbytehq/PyAirbyte

Reduce threshold for supporting 'readable' destinations

未关闭
#196 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
1.0
主要语言
Python
星标
344
派生
77
平均合并
1 天 11 小时
30 天内合并 PR
35

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。