for this example below, would it be possible to sp...
# ask-metaflow
h
for this example below, would it be possible to specify the k8s namespace to get the deployed flow from instead of relying on config?
Copy code
from metaflow import DeployedFlow

# use the identifier saved above..
deployed_flow = DeployedFlow.from_deployment(identifier=identifier)
triggered_run = deployed_flow.trigger()