https://meltano.com/ logo
#announcements
Title
# announcements
s

salmon-actor-23953

08/08/2022, 2:25 PM
šŸŽ‰ Happy Monday! We are excited to announce the latest versions of Meltano and a the Singer SDK! melty rainbow flame melty Meltano v2.4.0 ✨ New • #5983 Add support for environment variables inheritance across configuration layers. • #6167 Add support for MS SQL Server as a
systemdb
backend -- Thanks @strong-garage-76760_!_ šŸš€ Changes • #6116 Always use a predictable store location when the default
--store=auto
setting is applied. šŸ› Fixes • #6532 Resolve issue where Snowplow requests would hang if the Snowplow endpoint was not available. • #6360
meltano lock
now updates and locks plugins using the Hub definition if no prior lock file exists. • #6383 Resolve missing
systemdb
error by initializing backend during
meltano install
-- Thanks @flat-bear-81546! • #6189 Meltano now validates mapper and mappings names with alerting as necessary -- Thanks @fresh-wolf-81735! • #6240 Resolve a locking issue when the
enable_uvicorn
feature flag is enabled -- Thanks @fresh-wolf-81735! šŸ“š Documentation Improvements • #6107 New reference page for Meltano plugin definition YAML syntax, including plugin containerization options and optional Hub metadata fields. • #6456 Add guidance for using custom python interpreters during
pipx install
-- Thanks @seajhawk! • #6456 Add Powershell syntax example for setting Meltano environment variables. -- Thanks @seajhawk! singer logo Singer SDK v0.8.0 šŸ› Fixes • #784 Update return type for
backoff_max_tries
to reflect it accepts a callable that returns an integer -- Thanks, @rawwar! • #874 Singer metrics are now properly emitted in JSON format --Thanks, @Jack-Burnett!
melty bouncy 6
šŸ’Ŗ 5
melty rainbow flame 6
šŸ’œ 4
šŸŽ‰ 5
f

flat-bear-81546

08/09/2022, 8:53 PM
https://github.com/meltano/meltano/issues/5983 and the demo that was done looks interesting. Tried to read docs on this and it looks like there are not any or am I missing it? I have this set
Copy code
auth_url [env: TAP_AZUREAD_AUTH_URL] current value: abc(default)
I want to reference
TAP_AZUREAD_AUTH_URL
in a different place. So I tried doing 1.
meltano config meltano set FF_ENV_VAR_STRICT_MODE true
2.
auth_url: ${TAP_AZUREAD_AUTH_URL}
in my meltano.yml under my TARGET_AZUREAD target 3. I had no failure, after
meltano config target-azuread list
I get
Copy code
auth_url [env: TARGET_AZUREAD_AUTH_URL] current value: None (from `meltano.yml`: '${TAP_AZUREAD_AUTH_URL}')`
šŸ˜• Want an issue? I'd assume it's something that's not supported but I dont' know what is supported I guess
s

salmon-actor-23953

08/10/2022, 4:52 PM
@flat-bear-81546 - Yeah, this looks like a šŸ› . An issue would be helpful.
šŸ‘€ 1
We had some mixed results ourselves when testing the strict mode feature flag in `squared`: change: set `ff.env_var_strict_mode` to true by aaronsteers Ā· Pull Request #312 Ā· meltano/squared (github.com) Apart from the strict mode feature not throwing the error, there's still the separate question though of why the value was not injected there when references. (So, probably two issues.) cc @bland-tiger-45049
f

flat-bear-81546

08/10/2022, 4:55 PM
Making the non ff strict mode issue now
s

salmon-actor-23953

08/10/2022, 4:55 PM
šŸ‘ I'll open one for the strict mode flag.
f

flat-bear-81546

08/10/2022, 5:00 PM