Anyone using Azure state backend? I'm seeing this ...
# troubleshooting
a
Anyone using Azure state backend? I'm seeing this error for all taps.
Copy code
BlobServiceClient.__init__() missing 1 required positional argument: 'account_url'
I have
AZURE_STORAGE_CONNECTION_STRING
and
MELTANO_STATE_BACKEND_URI='<azure://blobcontainer/meltano_state>'
set in .env
l
do you see those values printed when you run
meltano config meltano list
? stupid question but i’ve found doing this double-check helped a couple times with typos/incorrect env stuff
a
Cheers Looks like the required env variable is
MELTANO_STATE_BACKEND_AZURE_CONNECTION_STRING
not
AZURE_STORAGE_CONNECTION_STRING
as stated here:https://docs.meltano.com/concepts/state_backends#azure-blob-storage
e
@Andy Carter Just checking, did changing the env var solve your issue?
a
Yes that fixed it for me, running now