You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quary currently has a great UI service through the VS Code Extension. It would be most helpful to have this developed into a web-based UI as well - particularly in schema documentation, entity lineage DAGs, even test reporting.
Optional: Suggest A Solution
I haven't dug into the codestack heavily yet, but I recall during RTFM mention of accessing this specific data, which I'm guessing is exactly what the VS Code Extension does. The extension itself is likely a Typescript build that could easily be ported out of VS Code to a webhost frontend. Just thinking in comparison to the dbt doc output, Databrick's Delta Live Tables, and mage.ai's UI...
The text was updated successfully, but these errors were encountered:
We do have a UI that we're building out on our website. It reads your repo and then allows you to share it with the broader team, I'm happy to give you very, very early access.
Our take is slightly different in that it is interactive, and you can read the data through it in a secure way where the data (if you have a data warehouse that is accessible over the internet) does not go through our systems but rather just between the browser and your warehouse.
Please Describe The Problem To Be Solved
Quary currently has a great UI service through the VS Code Extension. It would be most helpful to have this developed into a web-based UI as well - particularly in schema documentation, entity lineage DAGs, even test reporting.
Optional: Suggest A Solution
I haven't dug into the codestack heavily yet, but I recall during RTFM mention of accessing this specific data, which I'm guessing is exactly what the VS Code Extension does. The extension itself is likely a Typescript build that could easily be ported out of VS Code to a webhost frontend. Just thinking in comparison to the
dbt doc
output, Databrick's Delta Live Tables, and mage.ai's UI...The text was updated successfully, but these errors were encountered: