https://kedro.org/ logo
#questions
Title
# questions
j

Javier del Villar

09/05/2023, 2:47 PM
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

Rashida Kanchwala

09/05/2023, 2:49 PM
thanks. can you give an example of where this code/conf is defined in your Kedro project?
j

Javier del Villar

09/05/2023, 2:50 PM
for example see the SQL code of the query
👍🏼 1
not the resulting table
r

Rashida Kanchwala

09/05/2023, 2:51 PM
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

Javier del Villar

09/05/2023, 2:53 PM
I was thinking just the SQL, but yeah... the more the merrier 😛
r

Rashida Kanchwala

09/05/2023, 2:53 PM
yes, i think only the SQL 🙂 -- type we are already sharing, and credentials we don't need to 😄
j

Javier del Villar

09/05/2023, 2:55 PM
Thanks a lot 🙂
d

datajoely

09/05/2023, 2:56 PM
Would jump to vs code work for your purposes?
👍🏼 1
j

Javier del Villar

09/05/2023, 3:00 PM
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

Iñigo Hidalgo

09/06/2023, 11:42 AM
Would jump to vs code work for your purposes?
what is this magic you speak of??
d

datajoely

09/06/2023, 12:05 PM
@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

Iñigo Hidalgo

09/08/2023, 8:18 AM
Ah, our repos are on Azure DevOps sadly 😞 interesting for my own personal stuff though, thanks!!