Galen Seilis
05/17/2024, 5:57 PMconf\local\credentials.yml
which contains:
dbname:
con: "<postgresql+psycopg2://FOO:BAR@BAZ/BIN>"
And in my catalog:
datasetname:
type: pandas.SQLQueryDataSet
credentials: dbname
filepath: /path/to/meow.sql
But I am getting an error when I run the project.
DatasetError: Failed while loading data from data set SQLQueryDataSet(execution_options={}, filepath=path/to/meow.sql, load_args={}, sql=None). dict is a not a sequence.
Is this a bug? Or (more likely) how have I misunderstood the setup of credentials?Ankita Katiyar
05/17/2024, 7:27 PMNok Lam Chan
05/17/2024, 8:24 PM