-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#21] fix evidence can't locate local duckdb files #22
base: main
Are you sure you want to change the base?
Conversation
export case sensitive evidence environment variables. also provided instructions in .env.example on how to configure project for local use. removed `dagster_hybrid_demo.` from schema name in FROM statement as the tables created by duckdb exist in the `main` schema, was causing error where evidence couldn't find the data sources.
I'll have to double check if this still works with MotherDuck with this removal. |
I'm testing it myself right now as well since it's within MotherDuck's 10GB free trial. |
Oh I can see it more than likely won't work, because of the |
@maxestorr when using the evidence environment variables, did you remove the
|
@cmpadden yes my mistake, I wanted to check that dagster was properly exporting the environment variables rather than evidence pulling the environment variable from its own |
No worries - I can't seem to get it to work with env vars or the connection yaml file while connecting to MotherDuck from this branch, getting the following errors:
|
Ah that's annoying, specifying Because the database name is specified in the motherduck connection string as |
I take that back! The
However the build is failing:
|
Sounds good - we'll get to the bottom of this. Thanks again for all of your help. |
This is related to #19 I think, I did commit an update to the node modules but if you want to check that issue's thread it seems even on a fresh install of the latest version of evidence |
export case sensitive evidence environment variables.
also provided instructions in .env.example on how to configure project for local use.
removed
dagster_hybrid_demo
from schema name that evidence sourcesSELECT
from as the tables created by duckdb and dbt exist in themain
schema, was causing error where evidence couldn't find the data sources.