Pat Nadolny

Results 101 issues of Pat Nadolny

Following https://github.com/MeltanoLabs/tap-airbyte-wrapper/pull/15 the airbyte wrapper will attempt to pip install the python package if available before using docker. It seems that 260 airbyte sources are listed as pypi enabled so...

Related to https://github.com/meltano/hub/issues/1481 Once we have the feature https://github.com/meltano/meltano/pull/8020 in Meltano to define a python version we should define this setting in a few plugins that we know fail in...

This was originally part of https://github.com/meltano/hub/issues/1325 but I split it out because these need a more fine grain look to see if theyre worth adding. Other SaaS reverse ETL to...

Following https://github.com/meltano/hub/pull/1347 we will have a new quality attribute for each connector. This is based on several inputs that change over time like usage metrics. We should have automation that...

I'm not 100% sure but it looks like https://hub.meltano.com/extractors/tap-amazon-mws/ is using a deprecated API that is replaced by the selling partners API https://hub.meltano.com/extractors/tap-amazon-sp. How do we handle this situation? All...

valuestream/Hub

I think the steps to do this are: - Add a templated profile.yml to the dbt extension https://github.com/meltano/dbt-ext/tree/main/files_dbt_ext/profiles - Copy an existing hub dbt utility (e.g. postgres or snowflake) as...

Currently we have an undocumented process for evaluating when to make a change to the default variant listed on the hub. We should document things like: - minimum qualification to...

Related to https://github.com/meltano/hub/issues/1005 > hotglue has a bunch of SDK based variants on gitlab https://gitlab.com/hotglue that we dont have on the hub or we have them on the hub but...

What: - As a sibling of https://github.com/meltano/hub/issues/1095 that refreshes existing plugin metadata. We should have a way to automatically add an SDK plugin based on its scraped --about settings. Why:...

valuestream/Hub

SDK based taps all get a set of default settings like `stream_maps`, `stream_map_config`, `flattening_enabled` that are usually excluded from the hub definitions. A few we define them but mostly not....