Bruno Gonzalez

Results 7 comments of Bruno Gonzalez

Using API key as password worked for me as well 😄 Thanks @holtkamp

From the docs: > :param location: Flag to indicate whether the object or a URL to the object should be returned. If location is set to True, it is up...

I'm trying to coordinate two groups of tasks in different pipelines and this feature would be really valuable. For my use case it would be enough to have a `pool`...

> Sure. not an easy one because Airflow schedules tasks individually - but if you would like to propose A PR on that @bruno-uy @rodolfo-nobrega - or more likely an...

We're facing a similar issue with a 404 in the `audio_url` we're passing to the Wizper model. In the playground you can see the detailed error, but it's hard to...

I found a workaround to get the same information that I get on the playground: The steps are: - Catch the exception as `variable`. - Use `variable.response.content` to access the...