Aaron ("AJ") Steers
Aaron ("AJ") Steers
@ReubenFrankel and @pandemicsyn - I'm inclined to agree with the suffix approach and using `':'` as a delimiter. Agreed this means we should disallow ':' from within the provided suffix...
What I'm not sure about as of now is whether we should be mapping this to: - #6164 @ReubenFrankel - Are your use cases for wanting this in line with...
@ReubenFrankel - Yes, exactly. And thanks for confirming regarding your use case related to #6164. We could then take an approach of: 1. Add `--state-id-suffix` support in `meltano run`. 2....
This came up again recently and I wanted to circle back. The proposed solution is to move the config file to `files-airflow`, where the dag generator `meltano.py` already exists. Then...
Possible approach: 1. Add first variant. 2. Rename the first variant. 1. Rename in `meltano.yml`. 2. Rename the lock file. 3. Rename by altering `name` within the lock file. 4....
@rawwar - Thanks for this contribution! For my part, the implementation looks pretty clean. I'll let @pandemicsyn take the official review though. I've approved CI tests to run on this...
> My vote would be to consider $MELTANO_SYS_DIR_ROOT as a replacement to .meltano. > > So that the default is implied to be the equivalent of: > > MELTANO_SYS_DIR_ROOT=$MELTANO_PROJECT_ROOT/.meltano >...
> > This would also mean, we need to decide which takes precedence over others. > > @rawwar I think it makes sense for the `$MELTANO_SYS_DIR_ROOT ` to take precedence...
@edgarrmondragon - Thanks for logging. I have mixed feelings about this, since I can see potential confusion arising from having definitions for a single environment split across files. Anyone looking...
@msardana94 re: > Now, when we try to use $DB_ID as you mentioned in select config, it doesn't resolve the value. Is there something I am missing? I don't think...