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
The errors I am getting in Trino:
Error creating Parquet file
Creation of file failed: Mkdirs failed to create ... (exists=false, cwd=file:/data/trino)
Where I am stuck:
Creating Iceberg tables using DBT without giving it a location.
Creating incremental jobs using DBT to this Iceberg tables.
This discussion was converted from issue #19972 on December 04, 2023 04:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am using Trino + Iceberg + DBT.
I am trying to use 'incremental' + 'merge' in DBT using Iceberg.
I have configured in dbt_project.yml
+views_enabled: false
I created a table before in iceberg, since DBT won't accept that I give him location of a table after it was created:
My creation using Trino:
After that, I was trying to create the incremental task in DBT:
The errors I am getting in Trino:
Error creating Parquet file
Creation of file failed: Mkdirs failed to create ... (exists=false, cwd=file:/data/trino)
Where I am stuck:
Is this an issue with Iceberg? Thanks for helping
Beta Was this translation helpful? Give feedback.
All reactions