This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
fal flow run --target TARGET loads non-flag target before switching #744
Labels
bug
Something isn't working
Describe the bug
When running
fal flow run --target ddb
(my duckdb profile) I get the following error:And the
ddb
target hastype: duckdb
Your environment
How to reproduce
Point to a not-installed profile in your
target:
property in profiles.yml, and pass a yes-installed profile.Expected behavior
Should completely ignore the
target:
of profiles.yml and instead use--target
setting.Actual behavior
It will load the profile with the not-installed profile before actually using the correct one, and raise an exception.
The text was updated successfully, but these errors were encountered: