You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using user/password authentication the password and security_token need to now be additionally specified in the meltano.ymlsettings array for tap-salesforce to be pulled in from environment variables. If these are not added to the settings array, a "Cannot create credentials from config." exception is thrown.
Previously these settings were shown as TAP_SALESFORCE_PASSWORD and TAP_SALESFORCE_SECURITY_TOKEN when running meltano config tap-salesforce list with the default settings and are now not (nor do they appear in the list at https://hub.meltano.com/extractors/tap-salesforce/).
The change seems to have occurred some time between 08/09/23 23:15 and 09/09/23 00:15 UTC. I noticed as one of my containerised pipelines failed, in which the credentials were being set in these env vars. (Maybe something to do with Meltano 3.0 or retrieval of default settings from Meltano Hub? As I notice there has been no new release of the tap and the Docker image has not been rebuilt for over a week anyway.)
Could password and security_token be added back in as default settings please?
The text was updated successfully, but these errors were encountered:
Using user/password authentication the
password
andsecurity_token
need to now be additionally specified in themeltano.yml
settings
array for tap-salesforce to be pulled in from environment variables. If these are not added to thesettings
array, a "Cannot create credentials from config." exception is thrown.Previously these settings were shown as TAP_SALESFORCE_PASSWORD and TAP_SALESFORCE_SECURITY_TOKEN when running
meltano config tap-salesforce list
with the default settings and are now not (nor do they appear in the list at https://hub.meltano.com/extractors/tap-salesforce/).The change seems to have occurred some time between 08/09/23 23:15 and 09/09/23 00:15 UTC. I noticed as one of my containerised pipelines failed, in which the credentials were being set in these env vars. (Maybe something to do with Meltano 3.0 or retrieval of default settings from Meltano Hub? As I notice there has been no new release of the tap and the Docker image has not been rebuilt for over a week anyway.)
Could
password
andsecurity_token
be added back in as default settings please?The text was updated successfully, but these errors were encountered: