Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kind: password is deprecated for setting definitions in favour of sensitive: true #107

Closed
ReneTC opened this issue Mar 22, 2024 · 1 comment

Comments

@ReneTC
Copy link

ReneTC commented Mar 22, 2024

Running any evidence commands with meltano 3.3 results in the warning:

 `kind: password` is deprecated for setting definitions in favour of `sensitive: true`, and is currently in use by the following settings of utility 'evidence': 
'settings.bigquery.private_key', 'settings.mysql.password', 'settings.postgres.connection_string', 'settings.postgres.password', 'settings.snowflake.password'. 
Please open an issue or pull request to update the plugin definition on Meltano Hub at https://github.com/meltano/hub/blob/main/_data/meltano/utilities/evidence/meltanolabs.yml.
@ReneTC ReneTC changed the title kind: password is deprecated for setting definitions in favour of sensitive: true` kind: password is deprecated for setting definitions in favour of sensitive: true Mar 22, 2024
@edgarrmondragon
Copy link
Member

This warning should no longer be displayed on Meltano v3.4.0+:

  • Update Meltano (e.g. with pipx upgrade meltano)
  • Update your plugin definition(s) (with meltano lock --all --update)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants