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
Currently these three destinations do not support the modelloader_file_format for various reasons. There is a good chance we can get them to run, this needs to be investigated.
Synapse
Was not tested at the time of implementation, so I think we skipped it. Probably easy to enable?
Athena
Model files should work with iceberg tables unless there is some other component missing. This is a destination where 'model' would then be the only supported loader_file_format because loading otherwise requires staging, so we'll have to see that the model files actually get run on the correct destination. And in the tests we will have to set the table_format to iceberg for the decorated transformation functions.
Dremio
Should work, same situation as above where this would be the only loader_file_format. Also needs investigation.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
TLDR
Currently these three destinations do not support the
model
loader_file_format
for various reasons. There is a good chance we can get them to run, this needs to be investigated.Synapse
Was not tested at the time of implementation, so I think we skipped it. Probably easy to enable?
Athena
Model files should work with iceberg tables unless there is some other component missing. This is a destination where 'model' would then be the only supported loader_file_format because loading otherwise requires staging, so we'll have to see that the model files actually get run on the correct destination. And in the tests we will have to set the
table_format
toiceberg
for the decorated transformation functions.Dremio
Should work, same situation as above where this would be the only loader_file_format. Also needs investigation.
The text was updated successfully, but these errors were encountered: