Add ability to do a one-off query
See original GitHub issueRight now you can call watchQuery
then stop
once you get the data, but that’s not optimal.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Edit data in a query - Microsoft Support
Add unique index fields from a linked ODBC table · Open the query in Design view. · In the query designer, locate the...
Read more >25 Amazing Power Query Tips and Tricks - How To Excel
The quickest way is to double left click on the query. This will open the query editor on the selected query. Automatically Add...
Read more >Using SQL Runner to create queries and Explores | Looker
Using SQL Runner, you can easily navigate the tables in your schema, use an ad hoc Explore from a SQL query, run prewritten...
Read more >Power Query Append: Quickly combine many queries into 1
The Power Query Append transformation combines multiple queries into a single query - a powerful technique when working with multiple ...
Read more >Connect to a Custom SQL Query - Tableau Help
You can use the following custom SQL query to append the second table, ... When working with very large data sets, sometimes you...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
duh James
Seems easy enough! @johnthepink can probably knock this out tomorrow then because he is 🚀
Right now, if you do the same query twice, it will have two different query IDs, so this isn’t a problem. I think the efficiency benefits of deduplicating queries and doing ref counts would be pretty minimal in the current architecture.