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

📘 Transformation Catalog #124

Closed arifluthfi16 closed 2 years ago

arifluthfi16 commented 2 years ago

Finished Transformation Catalog view modal and done some component enhancement.

mattigrthr commented 2 years ago

Also, you can already add the "Add to canvas" button with an empty onClick in this issue. Adding the block to the canvas will be part of #87

image

arifluthfi16 commented 2 years ago

image

This is issue is resolved by using selectedTransformationIndex === null since using falsey will also trigger 0 value which is an index. also the null value is intended to indicate that no item have been selected.