Skip to content

Commit

Permalink
Absorb renaming of AnVIL tables (#4617)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Nov 15, 2022
1 parent 56ce0e7 commit f7a50b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/azul/plugins/repository/tdr_anvil/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ def _bundle_entity(self, bundle_fqid: SourcedBundleFQID) -> KeyReference:
bundle_uuid, bundle_entity.key, entity_type)
return bundle_entity

def _full_table_name(self, source: TDRSourceSpec, table_name: str) -> str:
return super()._full_table_name(source, 'anvil_' + table_name)

def _consolidate_by_type(self, entities: Keys) -> MutableKeysByType:
result = defaultdict(set)
for e in entities:
Expand Down

0 comments on commit f7a50b3

Please sign in to comment.