Edgar Ramírez Mondragón

Results 154 comments of Edgar Ramírez Mondragón

> @edgarrmondragon what's a reasonable resolution path here? Do we default to `default_environment: none` but put a prompt for users to consider adding environments? I don't think suddenly forcing everything...

> > I would like to add an end-to-end test for `--state-id-suffix` in [`test_run.py`](https://github.com/meltano/meltano/blob/fba29109eb36cde61d652e17960a241ed5d8edca/tests/meltano/cli/test_run.py) to check a state ID is generated with the given suffix, but the existing tests are...

> in future we might choose to take the same approach as with plugins; treating extra `Environment` attributes as [extras](https://docs.meltano.com/guide/configuration#plugin-extras) @kgpayne That makes sense to me, definitely worth starting its...

> We could register templates in the hub too. So `meltano init my_project --template=snowflake-spotify-tutorial` might look up the template name on the hub and translate to the equivalent of the...

> I'm a bit stuck on how to correct `settings.yml`. If we want to use `$MELTANO_SYS_DIR_ROOT` as a replacement to `.meltano`, what do I update the following to? > >...

> One way I can think of is updating `env` property of `Project` class to include `MELTANO_SYS_DIR_ROOT`. So, i updated it as follows. @rawwar Yes, you're right! I think that's...

> Would we want to add this new env var to https://docs.meltano.com/concepts/environments#the-env-mapping as well as updating https://docs.meltano.com/reference/settings#database_uri as appropriate. @tayloramurphy @rawwar yeah, I'd agree with those two and add https://docs.meltano.com/concepts/project#meltano-directory.

> hile updating documentation, I asked myself few things. > if user selects a temporary path(probably non-persistent) for `$MELTANO_SYS_DIR_ROOT` , he can no longer user the project properly as `meltano.db`...

> 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 if it's present...

@aaronsteers I too I'm wary of allowing environments to be spread across multiple files. Still logged in case anybody searches the issues for `Plugin with path ... already added`. I...