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

Jordan Barlow

08/01/2023, 9:33 AM
Hi, a question regarding SQLQueryDataSet: Can I point the catalog entry to a
.sql
file?
Copy code
shuttle_id_dataset:
  type: pandas.SQLQueryDataSet
  sql: data/path/to/query.sql
  credentials: db_credentials
👀 1
d

datajoely

08/01/2023, 9:35 AM
so change your
sql:
key to
filepath:
and the above should work
j

Jordan Barlow

08/01/2023, 9:36 AM
Excellent, cheers!
d

datajoely

08/01/2023, 9:36 AM
💪