José Guilherme Vanz
José Guilherme Vanz
AINDA PRECISO TESTAR ESSA ALTERAÇÃO PARA VER SE O EXTRATOR AINDA FUNCIONA. Então, não podemos fazer o merge dessa PR ainda. Se mais alguém pode testar, seria muito bom.
Acredito que o binário do Apache Tika está corrompido. Eu baixei ele localmente na minha estação de trabalho e ainda está dando o mesmo problema: ```console $ java -jar tika-server.jar...
@tigreped vc esta trabalhando nessa issue? Se sim, vou atualizar o status dela.
I do not know Dagster. I`ll take a look. Another option is [Apache Airflow](https://airflow.apache.org/)
Oh... just to list other options: [Luigi](https://github.com/spotify/luigi), [Argo](https://argoproj.github.io/argo/), [Flyte](https://flyte.org/), [Prefect](https://www.prefect.io/core/), [Kubeflow](https://www.kubeflow.org)
And of course, if we just need a quite simple script to beginning with, a single process running somewhere can help as well. No need to add complexity if not...
I've create a new [issue](https://github.com/kubewarden/policy-server/issues/1295) to keep track of the implementation for the cache host capability.
Why do we need a tag `release-now` to release? I would say, if we change the version in the `artifacthub-pkg.yml` and/or `Cargo.toml` the release process should start and release. This...
I can see this error when I run the tests locally: ``` test test_otel ... FAILED failures: ---- test_otel stdout ---- thread 'test_otel' panicked at tests/integration_test.rs:815:5: metrics_output_json: { "resourceMetrics": [...
Just sharing something that I've already said to some members of the team during one of our calls... I believe there is some concurrency issue in our tests. I found...