dbt-labs / dbt-bigquery

dbt-bigquery contains all of the code required to make dbt operate on a BigQuery database.
https://github.com/dbt-labs/dbt-bigquery
Apache License 2.0
210 stars 148 forks source link

[Feature] Support Continuous SQL Queries in dbt #1311

Open dpguthrie opened 1 month ago

dpguthrie commented 1 month ago

Is this your first time submitting a feature request?

Describe the feature

BigQuery now helps make real-time streaming data processing easy with new support for continuous SQL queries, an unbounded SQL query that processes data the moment it arrives via SQL statement.

Describe alternatives you've considered

No response

Who will this benefit?

Anyone using bigquery and wanting to tackle streaming use cases with SQL!

Are you interested in contributing this feature?

No

Anything else?

https://cloud.google.com/bigquery/docs/continuous-queries-introduction#:~:text=BigQuery%20continuous%20queries%20are%20SQL,to%20Pub%2FSub%20or%20Bigtable.

amychen1776 commented 1 month ago

I would love to be able to do this but unfortunately at this time we do not have capacity on our roadmap. That said, I'm going to leave this issue up to collect information