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
new to dbt-adapter, if any opinion is stupid, please corret
Description:
if you run dbt seed twice, it will simple double you csv file to backend.
in some situation, that is ok, like seed to kafka topics, flink cannot clear data in kafka
but other situation, eg, with a hive catalog + managed table, seed should
drop table first
recreate table
insert
current seeds.sql has some promblems:
quite complex, it even thinks of view, but seeds cann't be materialized as view (correct me if i'm wrong)
new to dbt-adapter, if any opinion is stupid, please corret
Description:
if you run dbt seed twice, it will simple double you csv file to backend.
in some situation, that is ok, like seed to kafka topics, flink cannot clear data in kafka
but other situation, eg, with a hive catalog + managed table, seed should
current seeds.sql has some promblems:
The text was updated successfully, but these errors were encountered: