-
Notifications
You must be signed in to change notification settings - Fork 79
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
Source with different database than target database not working #89
Comments
Please change it to
It should work |
Hi so this still doesn't work. In the downstream model, I want it to be compiled to:
|
I had to do this for a source. I ended up setting, in the |
Doesn't work for me. I also have my main database is AwsDataCatalog, but would like to specify database as mysql. So when it compiles it would be good to have a structure AwsDataCatalog.SCHEMA.TABLE and in the other case mysql.SCHEMA.TABLE. But in my case it appears as SCHEMA.TABLE |
I also have the same issue. For me, it does not compile the I used a workaround with configurating the schema as |
Hi, I am wondering if the database property for sources is defined for dbt athena? After setting the database property in sources and running dbt run, it tries to build tables using my target database and not source database. I hope you can help with this, I have attached my sources file. Thanks
To select from the source I call:
from {{source('fleetdog', 'raw_public_trips')}}
My source is configured like this:
Error:
The text was updated successfully, but these errors were encountered: