This message was deleted.
# general
s
This message was deleted.
w
Try putting the
json.dumps()
block inside of the apply. So something like
Copy code
policy = mlflow_bucket.bucket.apply(lambda bucket_name: json.dumps({ . use bucket_name in here...})`
w
That worked @witty-candle-66007 Thank you.
138 Views