data-for-change / anyway-etl

MIT License
0 stars 7 forks source link

airflow dags which use anyway-kubectl-exec should print output while they are running #13

Closed OriHoch closed 3 years ago

OriHoch commented 3 years ago

reproduction steps

expected

actual

OriHoch commented 3 years ago

looks like output is being printer as it comes in, I added a simple test dag and it works - https://dev-airflow.anyway.co.il/tree?dag_id=test-anyway-kubectl-exec

this is most likely a problem with logging configuration, it looks like there isn't any centralized logging configuration. I recommend to just use print statements for CLI tasks. Otherwise, sort out the logging configuration.

OriHoch commented 3 years ago

@atalyaalon