Skip to content

Commit

Permalink
Merge pull request #286 from dmwm/update_sqoop_job
Browse files Browse the repository at this point in the history
Add rucio table to sqoop dump
  • Loading branch information
nikodemas authored Feb 3, 2025
2 parents 3afeef6 + 330a1eb commit 5edc1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqoop/scripts/rucio_table_dumps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
TZ=UTC
SCHEMA="CMS_RUCIO_PROD"
# Suggested order
RUCIO_TABLES="replicas dids contents dataset_locks locks rules rules_history requests_history subscriptions rses accounts account_limits bad_replicas deleted_dids"
RUCIO_TABLES="replicas dids contents dataset_locks locks rules rules_history requests_history subscriptions rses accounts account_limits bad_replicas deleted_dids rse_attr_map"

myname=$(basename "$0")
BASE_PATH=$(util_get_config_val "$myname")
Expand Down

0 comments on commit 5edc1fa

Please sign in to comment.