https://kedro.org/ logo
#beginners-need-help
Title
# beginners-need-help
d

datajoely

03/05/2022, 6:19 PM
Okay I've just run this on my end:
credentials.yml
Copy code
yaml
dev_sql:
    con: sqlite:///?odbc_connect=DRIVER={ODBC+Driver+17+for+SQL+Server};SERVER=someserver;DATABASE=somedatabase;UID=someuser;PWD=somepwd
catalog.yml
Copy code
yaml
test:
  type: pandas.SQLTableDataSet
  table_name: 'test'
  credentials: dev_sql