Skip to content

Commit

Permalink
fixup! [u] Eliminate RepositoryPlugin.list_partitions (#6531)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Sep 13, 2024
1 parent 7f05912 commit 2bb0c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/dev/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ def mkdict(previous_catalog: dict[str, str],
]))

lungmap_sources = mkdict({}, 2, mkdelta([
mksrc('bigquery', 'datarepo-dev-5d9526e0', 'lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404', 1),
mksrc('bigquery', 'datarepo-dev-8de6d66b', 'lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404', 1)
mksrc('bigquery', 'datarepo-dev-5d9526e0', 'lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404'),
mksrc('bigquery', 'datarepo-dev-8de6d66b', 'lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404')
]))

lm2_sources = mkdict(lungmap_sources, 5, mkdelta([
Expand Down

0 comments on commit 2bb0c1a

Please sign in to comment.