-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-676] Set default table type to parquet
(instead of implicit default text
)
#363
Comments
delta
delta
Probably dbt-spark/dbt/adapters/spark/impl.py Line 38 in 8744cf1
In the meantime, we could set that default here instead:
The default file format in the |
Let's:
|
delta
parquet
(instead of implicit default text
)
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days. |
Per discussion: https://dbt-labs.slack.com/archives/C017GDLAF7D/p1652996315344739 it may make sense to set the default table type to delta.
The text was updated successfully, but these errors were encountered: