Edgar Ramírez Mondragón

Results 154 comments of Edgar Ramírez Mondragón

@kgpayne No luck. #6656 didn't fix this. Seeing: Traceback ```console $ meltano remove extractor tap-gitlab 2022-08-24T16:31:17.519641Z [info ] Environment 'dev' is active 2022-08-24T16:31:18.183907Z [debug ] Creating engine @sqlite:////Users/edgarramirez/edgar/meltano-dataops/.meltano/meltano.db Removing extractor...

> I'm realizing that it's not very intuitive to have access to the `feature_flag` method in the `SettingsService` base class. I'm not sure what all changes it would entail, but...

@kgpayne a good way to prevent future regressions would be to add a `meltano remove` at the end of this integration test: https://github.com/meltano/meltano/blob/40a8066c3d3b5ad403bc08a4e51d195ffdd1e02a/docs/example-library/meltano-objects/index.md?plain=1#L1

~@tayloramurphy @abhi-quinyx I see what's going on with the old pip version. Meltano only upgrades its own version of pip (i.e. the one in its `venv`) when the `meltano install...

> @edgarrmondragon thanks and that's interesting to know . so is it a fix on my end , if yes how can I proceed ? or something which will be...

@abhi-quinyx I think what would also help is a look at the Dockerfile. It seems that the base (Airflow?) image being used restricts virtualenvs somehow.

@aaronsteers note that we can map types to headers without needing to implement our own changelog class. In the sdk, we have: https://github.com/meltano/sdk/blob/26a3a8ff020b1e8b33eab4cf7c61cf9c6258286b/pyproject.toml#L124-L131

Might be relevant: https://github.com/nedbat/coveragepy/issues/991

> I'd expect the behavior to be that if the property is empty or default, it's not in the YAML file at all. @DouweM @tayloramurphy what would happen if the...

> If some YAML parsing logic breaks on that, we could add special behavior to make empty files work. @DouweM sounds alright! > {} in a YAML file is correct...