Skip to content

Commit

Permalink
Rename empty IRUS tables
Browse files Browse the repository at this point in the history
  • Loading branch information
keegansmith21 committed Jul 31, 2023
1 parent 70b24a9 commit 50a0b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oaebu_workflows/workflows/onix_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ def create_oaebu_book_product_table(
google_books_traffic_table_id = "empty_google_books_traffic"
jstor_country_table_id = "empty_jstor_country"
jstor_institution_table_id = "empty_jstor_institution"
irus_oapen_table_id = "empty_oapen"
irus_fulcrum_table_id = "empty_fulcrum"
irus_oapen_table_id = "empty_irus_oapen"
irus_fulcrum_table_id = "empty_irus_fulcrum"
ucl_discovery_table_id = "empty_ucl_discovery"
if google_analytics_dataset:
google_analytics_table_id = bq_sharded_table_id(
Expand Down

0 comments on commit 50a0b48

Please sign in to comment.