Aaron ("AJ") Steers
Aaron ("AJ") Steers
FYI - adjacent code for this fix was recently touched here: - https://github.com/meltano/meltano/pull/6938
@edgarrmondragon - To your question above, I think we could avoid the breaking change if we add a `hub_api_root` as defaulting to `${hub_url}/meltano/api/v1`. In that case, setting a constant value...
> To clarify, does it mean > > 1. that users overriding `hub_api_root` would be able to point to a different domain from `hub_url`? e.g. `http://localhost:4000/hub` and `http://localhost:5000/hub-api` or >...
@tayloramurphy - Has anyone been able to repro this or confirm the issue? Also, @pandemicsyn, is it safe to expect that the new refactored Airflow extension to resolve the issue,...
@pandemicsyn and @cjohnhanson - Do we think this will become resolved in the new version of the Airflow extension?
@tayloramurphy / @cjohnhanson - Admittedly, I don't have a full background on this issue but we've historically had issues with the hidden-config-files approach to Airflow config that we are resolving...
> ``` > Extractor 'tap-salesforce' could not be installed: failed to upgrade pip to the latest version. > ``` @abhi-quinyx - Can you try with `--log-level=DEBUG` in case additional info...
> > Would this be the pattern for all plugins calling meltano ? > > I think thats TBD - im not sure that theres any other plugins out there...
Closing as resolved. Changelogs are automated now. 🎉 🙌
> Since we're refactoring jobs and state as part of #3340, the PR for that issue will include a basic v1 for the state backend approach, but using systemdb as...