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
dbt run for specific models fail as we are employing automated schema inference from the SQL output. How can we create tables with zero/empty rows using dbt-glue adapter?
I have checked that we can create empty tables in Apache HUDI by defining schema explicitly!
The text was updated successfully, but these errors were encountered:
dbt run
for specific models fail as we are employing automated schema inference from the SQL output. How can we create tables with zero/empty rows using dbt-glue adapter?I have checked that we can create empty tables in Apache HUDI by defining schema explicitly!
The text was updated successfully, but these errors were encountered: