MeltyBot
MeltyBot
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2915 Originally created by @aaronsteers on 2021-09-01 19:22:14 --- Currently cached catalogs are maintained for all taps unless they are non-pip or editable-mode installs. ## Proposal Two...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2861 Originally created by @vischous on 2021-07-19 14:41:51 --- I have a tap with thousands of streams. I'd like to know if Meltano.yml has a select set...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2840 Originally created by @vischous on 2021-07-07 17:20:54 --- I'd like to see how my Catalog changes over time. Publishing the Catalog to the Internal DB would...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2692 Originally created by @vischous on 2021-04-01 21:51:11 --- With some taps they generate schemas for numbers that contain things like `"multipleOf: 1e-35` re: https://github.com/singer-io/target-csv/issues/31 https://github.com/andyh1203/target-jsonl/issues/2 I...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2682 Originally created by @nickhamlin on 2021-03-29 21:25:06 --- I had a few different taps that were seemingly installed and set up correctly, but that weren't loading...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2677 Originally created by @vischous on 2021-03-25 19:23:59 --- Want to be able to diff my currently used catalog, to the catalog generated from [catalog-generation](https://meltano.com/docs/integration.html#extractor-catalog-generation) because Source...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2461 Originally created by @DouweM on 2020-11-25 16:16:01 --- As reported by Benjamin Maquet [on Slack](https://meltano.slack.com/archives/CFG3C3C66/p1606236205461300): >>> `meltano invoke --dump=config ` does not work since it's failing...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2460 Originally created by @ishan.mails on 2020-11-25 15:56:08 --- ### Problem to solve (Summarize the problem we are trying to solve in the form of we need...
Migrated from GitLab: https://gitlab.com/meltano/meltano/-/issues/2447 Originally created by @DouweM on 2020-11-10 23:07:30 --- To start, we could use [cookiecutter](https://github.com/cookiecutter/cookiecutter) with https://github.com/singer-io/singer-tap-template and https://github.com/singer-io/singer-target-template, until we have a better option: https://gitlab.com/meltano/meltano/-/issues/2452 See...
## Update @aaronsteers on 2022-11-03: This came up in a demo today, where _all_ of the host env vars are being sent to the containerized command. For containers especially, we...