Enrico Compagno
Enrico Compagno
With ``` openjdk version "11.0.10" 2021-01-19 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.10+9) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.10+9, mixed mode) ``` and `Apache Maven 3.6.3`, I tried to compile...
It seems there is a bug in the Apache Drill initialisation actions: Following instructions in https://github.com/GoogleCloudDataproc/initialization-actions/tree/master/drill , I have created a cluster via ``` gcloud beta dataproc clusters create cluster-drill...
Is there any plan to extend `drill.query()` so that sql parameters can be passed? In general, this is done with an additional argument in `cursor.execute`, as ``` cursor.execute("SELECT ?, ?,...
The log cleanup fails with error ``` INFO - Running Cleanup Process... [2024-09-07, 00:00:09 UTC] {subprocess.py:93} INFO - Executing Find Statement: find /opt/airflow/logs/*/* -type f -mtime +40 [2024-09-07, 00:00:10 UTC]...