You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2022. It is now read-only.
Dear Fabrice,
I recently use dbt-dremio to create some table in my bucket on gcs,
And it encounter these problem.
It stuck on macro query
`/* {"app": "dbt", "dbt_version": "0.19.0", "profile_name": "dremio", "target_name": "dev", "connection_name": "list_\u202aonemg-dp-np-gcs"} */
with schemata as (
select lower(case when position('.' in schema_name) > 0
then substring(schema_name, 1, position('.' in schema_name) - 1)
else schema_name
end) as catalog_name
,lower(case when position('.' in schema_name) > 0
then substring(schema_name, position('.' in schema_name) + 1)
else 'no_schema'
end) as schema_name
from information_schema.schemata
)
select distinct schema_name
from schemata
where ilike(catalog_name, 'onemg-dp-np-gcs')
-- and schema_name <> 'no_schema'`
No results have been displayed.
But when I retype the query, it still show some results. Photos are shown below, I have identify that those query are encrypt in differents code on acsii key. Which means, can you fix this problem and/or add some config so that I can config the type of encryption on the query, please.
The text was updated successfully, but these errors were encountered:
Dear Fabrice,
I recently use dbt-dremio to create some table in my bucket on gcs,
And it encounter these problem.
It stuck on macro query
`/* {"app": "dbt", "dbt_version": "0.19.0", "profile_name": "dremio", "target_name": "dev", "connection_name": "list_\u202aonemg-dp-np-gcs"} */
No results have been displayed.


But when I retype the query, it still show some results. Photos are shown below, I have identify that those query are encrypt in differents code on acsii key. Which means, can you fix this problem and/or add some config so that I can config the type of encryption on the query, please.
The text was updated successfully, but these errors were encountered: