-
|
Hi, I'm about to develop a plugin for my company and I would like to follow general airflow UX. In practice, I need to "clone" connection view and hook up that to my specific REST implementation. I was able to do it by copying the core components to my plugin but I have not found examples on how to reuse the ones defined in airflow core. I used edge3 plugin as inspiration for my change, and there I see this comment: https://github.com/eladkal/airflow/blob/bad8d25a56377c4448b40f5693d4e30878b19d96/providers/edge3/src/airflow/providers/edge3/plugins/www/src/pages/WorkerPage.tsx#L37 Is it possible to reuse airflow core components such as DataTable or FlexibleForm? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Not yet, as far as I understand. There was a discussion to make it possible in the future, but I guess copying stuff is the best you can do. |
Beta Was this translation helpful? Give feedback.
Not yet, as far as I understand. There was a discussion to make it possible in the future, but I guess copying stuff is the best you can do.