Pat Nadolny
Pat Nadolny
https://docs.meltano.com/guide/integration still references `elt` a lot in the intro and first couple of sections. It looks like https://docs.meltano.com/guide/integration#incremental-replication-state was updated to primarily reference `run` but not the entire page. Brought...
### Meltano Version 2.3.0 ### Python Version 3.8 ### Bug scope CLI (options, error messages, logging, etc.) ### Operating System Mac ### Description It looks like the `--pattern` argument thats...
I was reading https://docs.meltano.com/reference/plugin-definition-syntax and noticed that there are some attributes that are missing from the syntax list. We might not be wanting to list every possible option but a...
It would be nice to detect when a version bump in a plugin is causing lots of users failures and could potentially warrant a warning message to the community. Since...
### Feature scope CLI (options, error messages, logging, etc.) ### Description I have a tap-spreadsheets-anywhere [configuration](https://github.com/meltano/squared/blob/81087cb90817a44e50a0702671dac11861792c03/data/extract/extractors.meltano.yml#L19) that I want to make more dynamic by injecting a DATE into the Azure...
We should start sending Snowplow telemetry data for the meltano ui to understand page views, etc. Currently we get a CLI event that someone is starting up the UI but...
This is a spin off from this spike https://github.com/meltano/meltano/issues/6649. The first step is to [create docs](https://github.com/meltano/meltano/issues/6704) to explain how to manually migrate an existing project but a second iteration we...
I just added a little more to the description of the dbt + Airflow example project so its clear that its experimental and uses the dag generator for building tasks...
What do we think about adding pipeline metrics to the telemetry events? Singer already separates out the [METRIC](https://hub.meltano.com/singer/spec#metrics) records and dbt has run logs that we can read from. I...
Related to a slack thread https://meltano.slack.com/archives/C01UW21TM98/p1660082293374549. A user was confused about using invoke with commands vs with arbitrary arguments. I found [docs](https://docs.meltano.com/reference/command-line-interface#commands) for it that answer the question pretty well....