Hello!
Back with more Azure adventures 🙂
I've managed to trigger a basic workflow from
flytesnacks
now, but in the UI I see the following error for my execution:
FlyteAssertion: Failed to get data from
<abfs://flyte/flytesnacks/development/A46TBP35TISQ2EVJVNOGLJTARM======/script_mod>
e.tar.gz to /root/ (recursive=False).
Original exception: unable to connect to account for Must provide either a
connection_string or account_name with credentials!!
Here's my storage config in the helm chart:
storage:
type: custom
bucketName: "flyte"
custom:
container: "flyte"
enable-multicontainer: true
connection: {}
type: stow
stow:
kind: azure
config:
account: "<storage_account_name>"
key: "<storage_account_key>"
limits:
maxDownloadMBs: 10
Does anyone know what would cause this? My first intuition would be that this URI is wrong:
<abfs://flyte/flytesnacks/development/A46TBP35TISQ2EVJVNOGLJTARM======/script_mode.tar.gz>
because in Azure the path should look like this:
abfs://<CONTAINER>@<STORAGE_ACCOUNT>.<http://dfs.core.windows.net/flytesnacks/development/A46TBP35TISQ2EVJVNOGLJTARM======/script_mode.tar.gz|dfs.core.windows.net/flytesnacks/development/A46TBP35TISQ2EVJVNOGLJTARM======/script_mode.tar.gz>