-
Notifications
You must be signed in to change notification settings - Fork 527
include streaming_table and fix materialized_view in databricks__get_table_types_sql() #862
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
base: main
Are you sure you want to change the base?
Conversation
This is the same file that has a bug with MATERIALIZED VIEW. |
…onsistent with the content of the information schema. Closes [dbt-labs#881](dbt-labs#881)
Hi @Dynosphere, I added your suggestion, thanks! |
This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days. |
Keep open
…On Fri, Mar 28, 2025, 03:03 github-actions[bot] ***@***.***> wrote:
This PR has been marked as Stale because it has been open with no activity
as of late. If you would like the PR to remain open, please comment on the
PR or else it will be closed in 7 days.
—
Reply to this email directly, view it on GitHub
<#862 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE35HDI33UO7CUIYHWENRET2WSUX5AVCNFSM6AAAAABZ6NZWW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJZHE3TKMBUGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: github-actions[bot]]*github-actions[bot]* left a comment
(dbt-labs/dbt-utils#862)
<#862 (comment)>
This PR has been marked as Stale because it has been open with no activity
as of late. If you would like the PR to remain open, please comment on the
PR or else it will be closed in 7 days.
—
Reply to this email directly, view it on GitHub
<#862 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE35HDI33UO7CUIYHWENRET2WSUX5AVCNFSM6AAAAABZ6NZWW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJZHE3TKMBUGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
solves #861
solves #881
This is a:
All pull requests from community contributors should target the
main
branch (default).Description & motivation
databricks__get_table_types_sql() will now handle streaming_tables
Checklist
star()
source)limit_zero()
macro in place of the literal string:limit 0
dbt.type_*
macros instead of explicit datatypes (e.g.dbt.type_timestamp()
instead ofTIMESTAMP