Frederico Nunes

Results 7 issues of Frederico Nunes

Hello, my current ML project runs a DVC pipeline which trains a model for several different segments of the data, and produces a metrics file for each one. I want...

feature request
p2-medium
A: metrics

## Description I've been trying to play around with a 64x64 matrix (bought in on Alibaba from the Sryled providers), but am running into some issues. Everything seems to be...

Hello, I am obtaining an error parsing a specific merge statement. Here is my code and error: Code: ``` bad_text = """ merge into target using source on target.id =...

enhancement

I am implementing a "relay" server using Node, that connects to several peers using WebRTC and then forwards each peer's audio stream to all other peers. I was following this...

Is there any way to run two tasks (with subtasks) in parallel, but setting some dependencies between the subtasks? A concrete example: * task A: A1, A2, A3 * task...

The Github repo links to this documentation: https://docs.digdag.io/ However, the `_env` keyword is not mentioned there. It is, however, mentioned here: https://docs.treasuredata.com/display/public/PD/How+to+use+Secrets+in+Custom+Scripts Which is the most updated documentation page?

# Description I was instantiating my connection to the AirbyteAPI in the following way ``` s = airbyte_api.AirbyteAPI( security=models.Security( client_credentials=models.SchemeClientCredentials( client_id='...', client_secret='...' ), ) ) ``` obtaining an error when...