-
Notifications
You must be signed in to change notification settings - Fork 31
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
KH-539: Add default Superset datasets #73
Conversation
offset: 0 | ||
cache_timeout: null | ||
schema: public | ||
sql: 'SELECT * FROM concepts ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @enyachoke, do we however need to consume these datasets, or these are somewhat place holders/example dataset configs (apart from the database config)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have to, but if we have any datasets which could conflict, we need to make sure we sync them up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the trailing space in the SELECT * FROM concepts
@Ruhanga , yes, those are the default ones that will come with Ozone anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some changes requested.
Additionally, I have push on upstream the asset/ folder and create a Maven sub-module. Could you update your PR with the changes?
@@ -0,0 +1,16 @@ | |||
database_name: PostgreSQL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@enyachoke this database should probably be named "Analytics", isn't it?
and should we update the file name to reflect that as well?
6d136d8
to
8529105
Compare
As a follow-up to initial work on https://mekomsolutions.atlassian.net/browse/KH-539, we needed to bring in some default datasets and database connection.