This is an automated email from the ASF dual-hosted git repository.
zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new d71b99b88a [fix](dbt) fix dbt doris user non-root user permission for
show frintends sql (#22815)
d71b99b88a is described below
commit d71b99b88ad4f950e74509ba87c1e601e5bee3ef
Author: catpineapple <[email protected]>
AuthorDate: Thu Aug 17 09:40:53 2023 +0800
[fix](dbt) fix dbt doris user non-root user permission for show frintends
sql (#22815)
---
.../include/doris/macros/materializations/incremental/incremental.sql | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/extension/dbt-doris/dbt/include/doris/macros/materializations/incremental/incremental.sql
b/extension/dbt-doris/dbt/include/doris/macros/materializations/incremental/incremental.sql
index 921e4b6bac..60b0a341eb 100644
---
a/extension/dbt-doris/dbt/include/doris/macros/materializations/incremental/incremental.sql
+++
b/extension/dbt-doris/dbt/include/doris/macros/materializations/incremental/incremental.sql
@@ -43,7 +43,7 @@
{{ run_sql }}
{% endcall %}
{% do exchange_relation(target_relation, backup_relation, True) %}
- {% set build_sql = "show frontends" %}
+ {% set build_sql = "select 'hello doris'" %}
{#-- append data --#}
{% else %}
{% do to_drop.append(tmp_relation) %}
@@ -66,7 +66,7 @@
{{ run_sql }}
{% endcall %}
{% do exchange_relation(target_relation, backup_relation, True) %}
- {% set build_sql = "show frontends" %}
+ {% set build_sql = "select 'hello doris'" %}
{#-- append data --#}
{% else %}
{#-- check doris unique table --#}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]