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
These cloud credentials have a default location on the user system, so we could make it easier. We can either:
Automatically add them without the user having to specify anything. This is the simplest approach for the user, but would also mount the credentials when not needed, and could expose them to third party components.
Add a flag to add them, and use the default path. Eg.
fondant compile pipeline:pipeline --auth-gcp
The user can still use the --extra-volumes argument to pass a non-default location.
The text was updated successfully, but these errors were encountered:
Currently the user needs to manually provide the location of the cloud credentials to mount with the local runner, which is quite complex. Eg:
These cloud credentials have a default location on the user system, so we could make it easier. We can either:
The user can still use the
--extra-volumes
argument to pass a non-default location.The text was updated successfully, but these errors were encountered: