Matheus Rossi

Results 16 comments of Matheus Rossi

> The workaround in the grpc issue mentioned above worked for me > > ``` > export GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 > export GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 > pip install dagit > dagit -f /tmp/repro.py >...

Using python 3.9.x and installing grpc with conda, solved the problem to me https://github.com/grpc/grpc/issues/25082#issuecomment-878271247 `conda install grpcio`

Fala pessoal Estou usando o projeto para um trabalho pessoal e entendendo todo o contexto, vim compartilhar um teste que vou fazer (assim que o servidor ftp me permitir 🙃)....

Hello George! What's the actual score of this template ? I tried implementing in my own, but my performance is always terrible. https://matheus-lean.herokuapp.com/#/ https://github.com/matheus-rossi/lean-tools

That's a great idea. We have exactly the same difficulties here. I'm creating a unified Gantt chart, in another tool to keep the eye on all projects in the same...

> I am having a similar problem when I try to use multi-threading to speed up the merge operations of different, independent delta tables with PySpark. When submitting multiple merge...

> Hi folks, > > Any update? I got the same issue, but more serious. Whenever the datahub-frontend pod is up and port forwarding is ready, I access DataHub UI....

> This is the Dockerfile with the custom spark 3.3 image if you folks want to use it: > > ``` > # > # Licensed to the Apache Software...

> Hey @matheus-rossi , how's it going ? I'm using this one, you can try it. > > ``` > FROM apache/spark:v3.3.1 > > USER 185 > > WORKDIR /...

It works... But as I schedule the same site to be crawled every hour, it's easier for me to capture any errors and remove them from the set. This way,...