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
This would allow us to support the intended behavior around --full-refresh for seeds on Spark/Databricks, too. Let's give it a go and see what happens.
The text was updated successfully, but these errors were encountered:
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.
I couldn't remember why we don't use
truncate
for seeds... and then I remembered we've had this PR open for some time: #182So, still possibly something to do with not working properly if the seed is an external table (
location
set). But this is definitely supported:a.k.a. the default behavior for
reset_csv_table
This would allow us to support the intended behavior around
--full-refresh
for seeds on Spark/Databricks, too. Let's give it a go and see what happens.The text was updated successfully, but these errors were encountered: