Skip to content

Commit

Permalink
fix rename (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 authored Mar 15, 2024
1 parent 5b824ba commit d11fd6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbt/adapters/risingwave/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
class RisingWaveAdapter(PostgresAdapter):
ConnectionManager = RisingWaveConnectionManager
Relation = RisingWaveRelation
def rename_relation(self, from_relation , to_relation ) -> None:
pass
def _link_cached_relations(self, manifest):
# lack of `pg_depend`, `pg_rewrite`
pass

0 comments on commit d11fd6b

Please sign in to comment.