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, notifications@github.com 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
* Allowing to specify schema for tables * Installed postgres and tested/fixed
Database that have schemas have been challenging to integrate properly, this PR allows people to specify the schema when creating a table.
closes #336