Hey all, I'm a huge fan of Kedro-Viz and love usin...
# questions
b
Hey all, I'm a huge fan of Kedro-Viz and love using it when doing code review, but is there a way to show the SQL associated with a SQLDataset?
❤️ 2
r
Hi Brandon, Good to hear you enjoy using Kedro Viz. Do you mean the SQLQuery associated or the SQLTableDataset ?
K 1
We will be having SQLTableDataset preview available soon. But I am not sure if we show the SQL query associated as of now
b
Honestly I never use the SQLTableDataset, most of the tables I use regularly are terabytes in size, so I use the pandas.SQLQueryDataset or a custom dataset based off of the SQLQueryDataset but edited for my company's unique way of accessing the data But it would be really helpful to have the
sql
section of the dataset in the catalog populate in kedro-viz
👍 2
j
😊 1
👍 1
d
So I think this actually falls into the - “can we have a grid / data dictionary” view of the catalog in viz