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

feat: Enhance Virtual Dataset Parsing to Support Advanced Query Operations #30518

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mcdogg17
Copy link

@mcdogg17 mcdogg17 commented Oct 4, 2024

SUMMARY

This update significantly improves the parsing mechanism for virtual datasets, enabling users to go beyond basic SELECT operations. With this enhancement, data retrieval becomes more flexible and efficient, allowing for complex queries and transformations. These improvements pave the way for advanced analytics, empowering users to derive deeper insights from their datasets.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

…sets, enabling users to perform more than just basic SELECT operations. The enhanced functionality provides greater flexibility and efficiency in data retrieval and manipulation, paving the way for more advanced analytics and insights.
@dosubot dosubot bot added the data:dataset Related to dataset configurations label Oct 4, 2024
@github-actions github-actions bot added the api Related to the REST API label Oct 4, 2024
@mcdogg17
Copy link
Author

mcdogg17 commented Oct 4, 2024

@supersetbot orglabel

@michael-s-molina michael-s-molina changed the title Enhance Virtual Dataset Parsing to Support Advanced Query Operations feat: Enhance Virtual Dataset Parsing to Support Advanced Query Operations Oct 4, 2024
@sadpandajoe
Copy link
Member

@mcdogg17 can you add more details in the summary? What are the before and after for this pr?

@michael-s-molina
Copy link
Member

Thanks @mcdogg17 for the PR. Right now, the restriction for only SELECT type queries when interacting with virtual datasets is by design. What are the use cases you're trying to achieve?

@michael-s-molina michael-s-molina added the review:checkpoint Last PR reviewed during the daily review standup label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to the REST API data:dataset Related to dataset configurations review:checkpoint Last PR reviewed during the daily review standup size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants