Aaron ("AJ") Steers

Results 238 issues of Aaron ("AJ") Steers

As an alternative to having to enable log-level=debug for a run that is failing, we could print the log file path whenever we have a failure. This requires that we...

The full database URI is shown in debug logs: ```console $ export MELTANO_CLI_LOG_LEVEL=debug $ meltano invoke my-tap 2022-09-07T16:34:57.234152Z [info ] Environment 'dev' is active 2022-09-07T16:34:57.338859Z [debug ] Creating engine @postgresql://***********...

- 1-click launch of a container with: - Meltano built+installed from a specific branch tag - A sample project for testing, such as `squared`

If we can send secrets via environment variables, as we do with other plugins, this would address a number of issues. I'll link below some references that I think are...

kind/Feature
valuestream/Meltano

If I'm understanding correctly, references across issues in the same project will have their URLs updated during migration to match the new issue number and repo. So, two issues linked...

There is some text around rate limits and throttling but I could not find specific answer on: 1. What's the behavior when one or more rate limits are reached? Does...

We would love to start using this in our DBT projects. We are currently formatting SQL queries manually, and we are using a justified AS blocks for column aliases -...

Partially resolves #196 (No demo workflow yet, but UI launches successfully.) **Important:** 1. I've tested this locally in VS Code successfully - the `postCreateCommand` performs _both_ the install of `langflow`...

I am walking through the GCP-based tutorial/demo right now and I wanted to ask if you've considered a demo built on top of the Dev Container definition in this repo,...

A generic interface into hub.meltano.com would be great. In that paradigm, the source connectors are called "extractors" or "taps". There are a few different ways we could create generic connection...

idea