Hi all! do you think it will worth the time to dev...
# questions
j
Hi all! do you think it will worth the time to develop this? I want to see the code/confs of a datasource that is not a table/image. Thanks a lot! The image is a mock-up
r
thanks. can you give an example of where this code/conf is defined in your Kedro project?
j
for example see the SQL code of the query
👍🏼 1
not the resulting table
r
ok got it
Copy code
shuttle_id_dataset:
  type: pandas.SQLQueryDataSet
  sql: "select shuttle, shuttle_id from spaceflights.shuttles;"
  credentials: db_credentials
something like above right. Can I ask you raise a github request for this feature on kedro-viz. thanks 🙂
👍🏼 1
j
I was thinking just the SQL, but yeah... the more the merrier 😛
r
yes, i think only the SQL 🙂 -- type we are already sharing, and credentials we don't need to 😄
j
Thanks a lot 🙂
d
Would jump to vs code work for your purposes?
👍🏼 1
j
nowadays I'm more into the reviewing changes of the project, than developing, what I like about kedro viz is that allows me to have the big picture very fast. yes, at some point I would go to vscode
i
Would jump to vs code work for your purposes?
what is this magic you speak of??
d
@Iñigo Hidalgo so a hack I realised recently, if you are in a github initialised repository you can basically generate a
<http://github.dev|github.dev>
link so you jump to the right place: https://github.dev/inigohidalgo/kedro-ibis-dataset/blob/main/src/kedro_ibis_dataset/kedro_ibis_dataset.py
i
Ah, our repos are on Azure DevOps sadly 😞 interesting for my own personal stuff though, thanks!!