Skip to content
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

Merged
merged 2 commits into from
Apr 14, 2016
Merged

Allowing to specify schema for tables #330

merged 2 commits into from
Apr 14, 2016

Conversation

mistercrunch
Copy link
Member

Database that have schemas have been challenging to integrate properly, this PR allows people to specify the schema when creating a table.
closes #336

@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 72.487% when pulling f35491c on schema_fix into 3d1fc99 on master.

@deniszgonjanin
Copy link

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

@mistercrunch
Copy link
Member Author

I think having the schema as a table attribute is ideal as the same database entry can be used.

@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling c661056 on airbnb:schema_fix into 1e08b3e on airbnb:master.

@mistercrunch mistercrunch reopened this Apr 13, 2016
@mistercrunch mistercrunch mentioned this pull request Apr 13, 2016
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 72.487% when pulling c661056 on schema_fix into 1e08b3e on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.007%) to 72.487% when pulling c661056 on schema_fix into 1e08b3e on master.

@mistercrunch mistercrunch merged commit 5cadd67 into master Apr 14, 2016
@mistercrunch mistercrunch deleted the schema_fix branch April 14, 2016 00:28
@yml
Copy link

yml commented Apr 14, 2016

thank you a ton @mistercrunch I have been able to create my first slice in caravel using redshift and a fully qualified name schema.table.

@alanmcruickshank
Copy link
Contributor

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)

@shahneil88
Copy link

@mistercrunch @alanmcruickshank @yml
I have been trying connecting non public schema in Redshift and it seems to work now 😃
But, I cannot add tables, when I have same table name in multiple schema.

@shahneil88
Copy link

I have opened an issue #356

@alanmcruickshank
Copy link
Contributor

I see the same thing. Provided that there aren't any other table names
registered with that name already it works fine. One option would be to
allow qualified names at the table creation stage: specifying name
"schema1.tablename" to distinguish it from "schema2.tablename".

On Fri, 15 Apr 2016 04:55 Neil Shah, [email protected] wrote:

I have opened an issue #356 #356


You are receiving this because you were mentioned.

Reply to this email directly or view it on GitHub
#330 (comment)


Alan Cruickshank
E: [email protected]
T: +44 770 6851825

zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 17, 2021
* feat: customize no data message in nvd3 charts

* Update NVD3Vis.js
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 24, 2021
* feat: customize no data message in nvd3 charts

* Update NVD3Vis.js
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 25, 2021
* feat: customize no data message in nvd3 charts

* Update NVD3Vis.js
zhaoyongjie pushed a commit to zhaoyongjie/incubator-superset that referenced this pull request Nov 26, 2021
* feat: customize no data message in nvd3 charts

* Update NVD3Vis.js
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.8.7 labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.8.7
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue in adding tables for Redshift
7 participants