Hi, a question regarding SQLQueryDataSet: Can I po...
# questions
j
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
so change your
sql:
key to
filepath:
and the above should work
j
Excellent, cheers!
d
💪