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

Data source implementation for Snowflake Data source #113

Closed
6 of 7 tasks
hainv-ohio opened this issue Dec 2, 2024 · 0 comments · Fixed by #142
Closed
6 of 7 tasks

Data source implementation for Snowflake Data source #113

hainv-ohio opened this issue Dec 2, 2024 · 0 comments · Fixed by #142
Assignees

Comments

@hainv-ohio
Copy link
Contributor

hainv-ohio commented Dec 2, 2024

  • Data source class implementation: Make sure it has needed properties and fields.
  • Unit tests for fields and constructor
  • rdash file loading test: write a test to make sure you can load a rdash document sample file (generated by Reveal) that has this DataSource, and assert all properties are loaded correctly
  • Dashboard creation Sandbox example: Write sandbox sample code that uses this data source, making sure it can be used to create a Dashboard.
  • RdashDocument creation test: From the sandbox sample above, write a test to make sure the data source can be used with the RdashDocument successfully to create a dashboard and assert the key fields are set correctly.
  • Json export test: Exported JSON should have the correct fields.
  • Write API document: Write as comment doc on top of the class and fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants