kuwala-io / kuwala

Kuwala is the no-code data platform for BI analysts and engineers enabling you to build powerful analytics workflows. We are set out to bring state-of-the-art data engineering tools you love, such as Airbyte, dbt, or Great Expectations together in one intuitive interface built with React Flow. In addition we provide third-party data into data science models and products with a focus on geospatial data. Currently, the following data connectors are available worldwide: a) High-resolution demographics data b) Point of Interests from Open Street Map c) Google Popular Times
https://kuwala.io
Apache License 2.0
788 stars 52 forks source link

create logging subsystem with access via web interface #141

Open sergey-vdovin opened 2 years ago

sergey-vdovin commented 2 years ago

as for now the logging subsystem is missing in the web interface current recommendation is to dig into dockers in order to understand the problem https://kuwala-community.slack.com/archives/C01UTMN3JTX/p1654676091591379?thread_ts=1654631194.991099&cid=C01UTMN3JTX

mattigrthr commented 2 years ago

Were you thinking about just adding a logging.error() here:

https://github.com/kuwala-io/kuwala/blob/5930c7fb69f45d996413c05c9cfc16fe6776de77/kuwala/core/backend/app/controller/data_source/postgres.py#L60-L68

Or something else?

sergey-vdovin commented 2 years ago

Will check it thank you.