-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Allowing to specify schema for tables #330
Conversation
This didn't work for me, but I didn't dig too much as to why exactly. I have an alternative PR that I started before I saw this one, which adds a bit less code and seems to work well: #340 |
I think having the schema as a table attribute is ideal as the same database entry can be used. |
f35491c
to
c661056
Compare
thank you a ton @mistercrunch I have been able to create my first slice in caravel using redshift and a fully qualified name |
Thanks from me too. @mistercrunch. I can confirm that specifying schema name at table creation on Postgres works without specifying additional flags in the database creation stage (no parameters passed in the JSON blob) |
@mistercrunch @alanmcruickshank @yml |
I have opened an issue #356 |
I see the same thing. Provided that there aren't any other table names On Fri, 15 Apr 2016 04:55 Neil Shah, [email protected] wrote:
Alan Cruickshank |
* feat: customize no data message in nvd3 charts * Update NVD3Vis.js
* feat: customize no data message in nvd3 charts * Update NVD3Vis.js
* feat: customize no data message in nvd3 charts * Update NVD3Vis.js
* feat: customize no data message in nvd3 charts * Update NVD3Vis.js
Database that have schemas have been challenging to integrate properly, this PR allows people to specify the schema when creating a table.
closes #336