-
Notifications
You must be signed in to change notification settings - Fork 55
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
Feature Request: Please add SQL Query and SQL Alert support to Asset Bundle #1615
Comments
Thanks for creating the issue. We do not plan to add these in the next ~2 months, but we will consider it beyond that. Let's leave the issue open to gather +1s from other folks who would like to see this happen. |
Frequently we build (materialized) views in conjunction with jobs, and the refresh cycles are easiest to set up if this is done in the same repo and coordinated. I would, if I could, write idempotent SQL queries for the views, and I'd like to use sql_task syntax that @litan1106 suggested. This is something I think a lot of us could use - or would use. Or should use. I mean, creating the views by hand would be possible. But it's messy to be doing some things by hand and others not. @pietern We're all onboard with following best DevOps practice, right? |
@Lonache The SQL queries and alerts that @litan1106 is referring to are proper resources. If you're looking to manage SQL queries in text files, you can do that today with the You could check out the To update views you can use |
even if we can use the sql_file_task to create the view for the SQL alert, we still want to create the SQL alert with the asset bundle so we can deploy all at once instead of manually create alert in the UI. |
Is there any timeline already to incorporate SQL Alerts into Bundles?.. |
There is no timeline for SQL Alerts yet. First, we're working on adding support for AI/BI dashboards. We'll definitely consider adding this and I agree it makes sense to do so. It is a matter of prioritization. |
Can you share the timeline on the dashboards, @pietern ? |
Hi, please add SQL query and SQL alert support to the asset bundle in addition to the job, and pipeline type.
With sql_task, it makes more sense to use alert creation and query creation. The asset bundle provides the best DEVOPS experience while keeping everything in source control.
The text was updated successfully, but these errors were encountered: