(.venv) daniel@Crispin ~/repo/azul2 $ (.venv) daniel@Crispin ~/repo/azul2 $ make auto_deploy integration_test ; git status ; git rev-parse HEAD ; date /Library/Developer/CommandLineTools/usr/bin/make -C lambdas /Library/Developer/CommandLineTools/usr/bin/make -C layer layer python /Users/daniel/repo/azul2/scripts/check_branch.py python .chalice/config.json.template.py .chalice/config.json Creating .chalice/config.json python /Users/daniel/repo/azul2/scripts/stage_layer.py 2024-02-28 10:49:33,828 INFO MainThread botocore.credentials: Found credentials in shared credentials file: ~/.aws/credentials 2024-02-28 10:49:34,413 INFO MainThread azul.lambda_layer: Checking for dependencies layer package at s3://edu-ucsc-gi-platform-hca-dev-shared.us-east-1/azul/daniel/lambda_layers/1c5098cc03a19f6a765c022e035144d95f859c9e.zip. 2024-02-28 10:49:34,593 INFO MainThread azul.boto3: s3.HeadObject: Making HEAD request to https://s3.amazonaws.com/edu-ucsc-gi-platform-hca-dev-shared.us-east-1/azul/daniel/lambda_layers/1c5098cc03a19f6a765c022e035144d95f859c9e.zip 2024-02-28 10:49:34,593 INFO MainThread azul.boto3: s3.HeadObject: … without request body 2024-02-28 10:49:35,005 INFO MainThread azul.boto3: s3.HeadObject: Got 200 response 2024-02-28 10:49:35,005 INFO MainThread azul.boto3: s3.HeadObject: … with response body b'' 2024-02-28 10:49:35,005 INFO MainThread azul.lambda_layer: Layer package already up-to-date. /Library/Developer/CommandLineTools/usr/bin/make -C indexer package python /Users/daniel/repo/azul2/scripts/check_branch.py python .chalice/config.json.template.py .chalice/config.json [INFO] 2024-02-28T10:49:40.093Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in shared credentials file: ~/.aws/credentials Creating .chalice/config.json python vendor/resources/environ.json.template.py vendor/resources/environ.json Creating vendor/resources/environ.json PYTHONHASHSEED=0 python -m compileall \ -f -q --invalidation-mode checked-hash \ vendor vendor/humancellatlas vendor/azul python -m azul.changelog vendor chalice package --stage daniel --pkg-format terraform .chalice/terraform /Users/daniel/repo/azul2/.venv/lib/python3.11/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") [INFO] 2024-02-28T10:49:44.124Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in shared credentials file: ~/.aws/credentials Creating deployment package. Reusing existing deployment package. [INFO] 2024-02-28T10:49:44.672Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in environment variables. /Library/Developer/CommandLineTools/usr/bin/make -C service package python /Users/daniel/repo/azul2/scripts/check_branch.py python .chalice/config.json.template.py .chalice/config.json [INFO] 2024-02-28T10:49:49.401Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in shared credentials file: ~/.aws/credentials Creating .chalice/config.json python vendor/resources/environ.json.template.py vendor/resources/environ.json Creating vendor/resources/environ.json PYTHONHASHSEED=0 python -m compileall \ -f -q --invalidation-mode checked-hash \ vendor vendor/humancellatlas vendor/azul python -m azul.changelog vendor chalice package --stage daniel --pkg-format terraform .chalice/terraform /Users/daniel/repo/azul2/.venv/lib/python3.11/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") Creating deployment package. Reusing existing deployment package. [INFO] 2024-02-28T10:49:52.960Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in environment variables. /Library/Developer/CommandLineTools/usr/bin/make -C terraform auto_apply set -o pipefail && git ls-files --ignored --others --directory --exclude-standard | (grep -v '/[^/]' || test $? -eq 1) | xargs -r rm -rv api_gateway.tf.json authentication.tf.json backend.tf.json cloudwatch.tf.json common.tf.json dynamo.tf.json lambda_layer.tf.json providers.tf.json s3.tf.json sqs.tf.json step_function.tf.json python /Users/daniel/repo/azul2/scripts/check_branch.py python providers.tf.json.template.py providers.tf.json Creating providers.tf.json python backend.tf.json.template.py backend.tf.json Creating backend.tf.json terraform init -reconfigure Initializing the backend... Successfully configured the backend "s3"! Terraform will automatically use this backend unless the backend configuration changes. Initializing provider plugins... - Reusing previous version of hashicorp/google from the dependency lock file - Reusing previous version of hashicorp/aws from the dependency lock file - Reusing previous version of hashicorp/external from the dependency lock file - Reusing previous version of hashicorp/null from the dependency lock file - Using previously-installed hashicorp/google v4.58.0 - Using previously-installed hashicorp/aws v5.11.0 - Using previously-installed hashicorp/external v2.2.0 - Using previously-installed hashicorp/null v3.2.0 Terraform has been successfully initialized! You may now begin working with Terraform. Try running "terraform plan" to see any changes that are required for your infrastructure. All Terraform commands should now work. If you ever set or change modules or backend configuration for Terraform, rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. /Library/Developer/CommandLineTools/usr/bin/make check_providers_clean git diff --exit-code --name-only .terraform.lock.hcl \ && git diff --cached --exit-code --name-only .terraform.lock.hcl python /Users/daniel/repo/azul2/scripts/terraform_schema.py check \ || (echo "Schema is stale. Run 'make update_schema' and commit." ; false) 2024-02-28 10:50:07,140 INFO MainThread azul.terraform: Running ['terraform', 'version', '-json'] 2024-02-28 10:50:07,241 INFO MainThread azul.terraform: Terraform output: { "terraform_version": "1.6.6", "platform": "darwin_amd64", "provider_selections": { "registry.terraform.io/hashicorp/aws": "5.11.0", "registry.terraform.io/hashicorp/external": "2.2.0", "registry.terraform.io/hashicorp/google": "4.58.0", "registry.terraform.io/hashicorp/null": "3.2.0" }, "terraform_outdated": true } python api_gateway.tf.json.template.py api_gateway.tf.json Creating api_gateway.tf.json python authentication.tf.json.template.py authentication.tf.json Creating authentication.tf.json python cloudwatch.tf.json.template.py cloudwatch.tf.json Creating cloudwatch.tf.json python common.tf.json.template.py common.tf.json Creating common.tf.json python dynamo.tf.json.template.py dynamo.tf.json Creating dynamo.tf.json python elasticsearch.tf.json.template.py elasticsearch.tf.json python lambda_layer.tf.json.template.py lambda_layer.tf.json Creating lambda_layer.tf.json python s3.tf.json.template.py s3.tf.json Creating s3.tf.json python sqs.tf.json.template.py sqs.tf.json Creating sqs.tf.json python step_function.tf.json.template.py step_function.tf.json [INFO] 2024-02-28T10:50:23.396Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in shared credentials file: ~/.aws/credentials Creating step_function.tf.json terraform validate Success! The configuration is valid. python /Users/daniel/repo/azul2/scripts/rename_resources.py 2024-02-28 10:50:29,134 INFO MainThread __main__: No renamings defined terraform plan -no-color -out=plan.bin data.external.elasticsearch_nodes: Reading... null_resource.hmac_secret: Refreshing state... [id=7009269872773288871] data.google_client_config.current: Reading... google_project_iam_custom_role.azul: Refreshing state... [id=projects/platform-hca-dev/roles/azul_daniel_10] data.google_client_config.current: Read complete after 0s [id=projects/platform-hca-dev/regions//zones/] google_service_account.azul: Refreshing state... [id=projects/platform-hca-dev/serviceAccounts/azul-ucsc-10-daniel@platform-hca-dev.iam.gserviceaccount.com] google_service_account.azul_unregistered: Refreshing state... [id=projects/platform-hca-dev/serviceAccounts/azul-ucsc-10-unreg-daniel@platform-hca-dev.iam.gserviceaccount.com] google_service_account.azul_public: Refreshing state... [id=projects/platform-hca-dev/serviceAccounts/azul-ucsc-10-public-daniel@platform-hca-dev.iam.gserviceaccount.com] data.aws_sns_topic.monitoring: Reading... data.aws_region.current: Reading... data.aws_region.current: Read complete after 0s [id=us-east-1] aws_dynamodb_table.sources_cache_by_auth: Refreshing state... [id=azul-sources_cache_by_auth-daniel] aws_s3_bucket.storage: Refreshing state... [id=edu-ucsc-gi-platform-hca-dev-storage-daniel.us-east-1] data.aws_ec2_client_vpn_endpoint.gitlab: Reading... aws_iam_role.states: Refreshing state... [id=azul-statemachine-daniel] data.aws_subnet.gitlab_private_0: Reading... data.aws_region.service: Reading... data.aws_region.service: Read complete after 0s [id=us-east-1] data.aws_vpc.gitlab: Reading... data.aws_nat_gateway.gitlab_1: Reading... aws_dynamodb_table.object_versions: Refreshing state... [id=azul-object_versions-daniel] data.aws_sns_topic.monitoring: Read complete after 1s [id=arn:aws:sns:us-east-1:122796619775:azul-monitoring-dev] aws_cloudwatch_log_metric_filter.indexercachehealth: Refreshing state... [id=azul-indexercachehealth-daniel.filter] data.aws_ec2_client_vpn_endpoint.gitlab: Read complete after 1s [id=cvpn-endpoint-0d9d68b02083d5519] aws_cloudwatch_log_metric_filter.servicecachehealth: Refreshing state... [id=azul-servicecachehealth-daniel.filter] data.aws_nat_gateway.gitlab_1: Read complete after 1s [id=nat-065371190014e1037] data.aws_subnet.gitlab_public_0: Reading... data.aws_subnet.gitlab_private_0: Read complete after 1s [id=subnet-090846270b8070f28] aws_sqs_queue.tallies_fail: Refreshing state... [id=https://sqs.us-east-1.amazonaws.com/122796619775/azul-tallies_fail-daniel.fifo] aws_iam_role.indexer: Refreshing state... [id=azul-indexer-daniel] data.aws_subnet.gitlab_public_0: Read complete after 0s [id=subnet-091cfeb398baf4582] data.aws_nat_gateway.gitlab_0: Reading... data.aws_route53_zone.dev_singlecell_gi_ucsc_edu: Reading... aws_kms_key.manifest: Refreshing state... [id=6e205dd6-5d86-4434-a8d0-996ade14bddf] data.aws_partition.indexer: Reading... data.aws_partition.indexer: Read complete after 0s [id=aws] data.aws_s3_bucket.logs: Reading... data.aws_nat_gateway.gitlab_0: Read complete after 0s [id=nat-03363fac99e2c519d] data.aws_caller_identity.indexer: Reading... data.aws_subnet.gitlab_public_1: Reading... data.external.elasticsearch_nodes: Read complete after 2s [id=-] aws_cloudwatch_log_group.indexer: Refreshing state... [id=/aws/apigateway/azul-indexer-daniel] data.aws_subnet.gitlab_public_1: Read complete after 0s [id=subnet-06a1e10523948ab2a] aws_lambda_layer_version.dependencies: Refreshing state... [id=arn:aws:lambda:us-east-1:122796619775:layer:azul-dependencies-daniel:209] aws_sqs_queue.notifications_fail: Refreshing state... [id=https://sqs.us-east-1.amazonaws.com/122796619775/azul-notifications_fail-daniel] data.aws_vpc.gitlab: Read complete after 1s [id=vpc-03aeb4a3542c7a5d3] data.aws_subnet.gitlab_private_1: Reading... data.aws_caller_identity.indexer: Read complete after 1s [id=122796619775] aws_cloudwatch_log_group.service: Refreshing state... [id=/aws/apigateway/azul-service-daniel] data.aws_wafv2_ip_set.blocked: Reading... data.aws_s3_bucket.logs: Read complete after 1s [id=edu-ucsc-gi-platform-hca-dev-logs.us-east-1] aws_cloudwatch_event_rule.indexer_indexercachehealth: Refreshing state... [id=azul-indexercachehealth-daniel] data.aws_subnet.gitlab_private_1: Read complete after 1s [id=subnet-03e66f953199f819b] data.aws_caller_identity.service: Reading... aws_cloudwatch_event_rule.service_servicecachehealth: Refreshing state... [id=azul-servicecachehealth-daniel] data.aws_caller_identity.service: Read complete after 0s [id=122796619775] aws_iam_role.service: Refreshing state... [id=azul-service-daniel] data.aws_caller_identity.current: Reading... aws_cloudwatch_log_group.waf_api_gateway: Refreshing state... [id=aws-waf-logs-azul-api_gateway-daniel] data.aws_partition.service: Reading... data.aws_partition.service: Read complete after 0s [id=aws] data.aws_region.indexer: Reading... data.aws_region.indexer: Read complete after 0s [id=us-east-1] aws_acm_certificate.service_1: Refreshing state... [id=arn:aws:acm:us-east-1:122796619775:certificate/ae5292fc-6f0a-4654-af2e-94f057bce11c] aws_acm_certificate.service_0: Refreshing state... [id=arn:aws:acm:us-east-1:122796619775:certificate/93cc4d12-ebd1-4563-8aca-7ea2b44797c4] data.aws_caller_identity.current: Read complete after 0s [id=122796619775] data.aws_route53_zone.dev_singlecell_gi_ucsc_edu: Read complete after 1s [id=ZRJRXAKW4OYOA] google_project_iam_member.azul: Refreshing state... [id=platform-hca-dev/projects/platform-hca-dev/roles/azul_daniel_10/serviceAccount:azul-ucsc-10-daniel@platform-hca-dev.iam.gserviceaccount.com] aws_acm_certificate.indexer_0: Refreshing state... [id=arn:aws:acm:us-east-1:122796619775:certificate/4f97c399-6f51-48dd-ab98-6c63ed3440a8] aws_cloudwatch_metric_alarm.indexer_5xx: Refreshing state... [id=azul-indexer_5xx-daniel] data.aws_wafv2_ip_set.blocked: Read complete after 0s [id=435000ed-dc3f-4379-8411-f4c436ab49b2] aws_cloudwatch_metric_alarm.service_5xx: Refreshing state... [id=azul-service_5xx-daniel] aws_cloudwatch_metric_alarm.indexercachehealth: Refreshing state... [id=azul-indexercachehealth-daniel.alarm] aws_cloudwatch_metric_alarm.servicecachehealth: Refreshing state... [id=azul-servicecachehealth-daniel.alarm] aws_cloudwatch_metric_alarm.vpn_egress: Refreshing state... [id=azul-vpn_egress-daniel] aws_cloudwatch_metric_alarm.vpn_ingress: Refreshing state... [id=azul-vpn_ingress-daniel] aws_cloudwatch_metric_alarm.internet_egress: Refreshing state... [id=azul-internet_egress-daniel] aws_cloudwatch_metric_alarm.internet_ingress: Refreshing state... [id=azul-internet_ingress-daniel] aws_iam_role_policy.states: Refreshing state... [id=azul-statemachine-daniel:azul-statemachine-daniel] aws_sfn_state_machine.manifest: Refreshing state... [id=arn:aws:states:us-east-1:122796619775:stateMachine:azul-manifest-daniel] aws_security_group.indexer: Refreshing state... [id=sg-0d633b69a22bd7178] aws_security_group.service: Refreshing state... [id=sg-0391d7b5e7b695867] aws_iam_role_policy.indexer: Refreshing state... [id=azul-indexer-daniel:indexer] aws_sqs_queue.tallies_retry: Refreshing state... [id=https://sqs.us-east-1.amazonaws.com/122796619775/azul-tallies_retry-daniel.fifo] aws_kms_alias.manifest: Refreshing state... [id=alias/azul-manifest-daniel] aws_sqs_queue.notifications_retry: Refreshing state... [id=https://sqs.us-east-1.amazonaws.com/122796619775/azul-notifications_retry-daniel] aws_s3_bucket_logging.storage: Refreshing state... [id=edu-ucsc-gi-platform-hca-dev-storage-daniel.us-east-1] aws_s3_bucket_lifecycle_configuration.storage: Refreshing state... [id=edu-ucsc-gi-platform-hca-dev-storage-daniel.us-east-1] aws_s3_bucket_inventory.storage: Refreshing state... [id=edu-ucsc-gi-platform-hca-dev-storage-daniel.us-east-1:azul-inventory-daniel] aws_s3_bucket_public_access_block.storage: Refreshing state... [id=edu-ucsc-gi-platform-hca-dev-storage-daniel.us-east-1] aws_iam_role_policy.service: Refreshing state... [id=azul-service-daniel:service] aws_route53_record.service_domain_validation_1: Refreshing state... [id=ZRJRXAKW4OYOA__93a0125de244a1421bfbb7dc5099f5a0.drs.daniel.dev.singlecell.gi.ucsc.edu._CNAME] aws_route53_record.service_domain_validation_0: Refreshing state... [id=ZRJRXAKW4OYOA__7ec7bd992f8c52f7dc868205af307cd8.service.daniel.dev.singlecell.gi.ucsc.edu._CNAME] aws_route53_record.indexer_domain_validation_0: Refreshing state... [id=ZRJRXAKW4OYOA__8d8629347339c6b9ab5f73af4452501e.indexer.daniel.dev.singlecell.gi.ucsc.edu._CNAME] aws_cloudwatch_dashboard.dashboard: Refreshing state... [id=azul-dashboard-daniel] aws_lambda_function.indexer_indexercachehealth: Refreshing state... [id=azul-indexer-daniel-indexercachehealth] aws_lambda_function.indexer_contribute: Refreshing state... [id=azul-indexer-daniel-contribute] aws_lambda_function.indexer_aggregate: Refreshing state... [id=azul-indexer-daniel-aggregate] aws_lambda_function.indexer_aggregate_retry: Refreshing state... [id=azul-indexer-daniel-aggregate_retry] aws_lambda_function.indexer: Refreshing state... [id=azul-indexer-daniel] aws_wafv2_web_acl.api_gateway: Refreshing state... [id=90bd1d80-babb-4ff2-a204-84d118b6cf3e] aws_lambda_function.indexer_contribute_retry: Refreshing state... [id=azul-indexer-daniel-contribute_retry] aws_lambda_function.service_manifest: Refreshing state... [id=azul-service-daniel-manifest] aws_lambda_function.service_servicecachehealth: Refreshing state... [id=azul-service-daniel-servicecachehealth] aws_lambda_function.service: Refreshing state... [id=azul-service-daniel] aws_sqs_queue.tallies: Refreshing state... [id=https://sqs.us-east-1.amazonaws.com/122796619775/azul-tallies-daniel.fifo] aws_sqs_queue.notifications: Refreshing state... [id=https://sqs.us-east-1.amazonaws.com/122796619775/azul-notifications-daniel] aws_acm_certificate_validation.service_0: Refreshing state... [id=2022-07-29 16:57:31.714 +0000 UTC] aws_acm_certificate_validation.indexer_0: Refreshing state... [id=2022-07-29 16:58:17.909 +0000 UTC] aws_acm_certificate_validation.service_1: Refreshing state... [id=2022-07-29 16:57:30.853 +0000 UTC] aws_cloudwatch_metric_alarm.indexer_aggregate_throttles: Refreshing state... [id=azul-indexer_aggregate_throttles-daniel.alarm] aws_lambda_event_source_mapping.indexer_aggregate: Refreshing state... [id=69794144-bbbb-47da-b5ab-94aec5a4ef31] aws_cloudwatch_metric_alarm.indexer_aggregate_errors: Refreshing state... [id=azul-indexer_aggregate_errors-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_contribute_throttles: Refreshing state... [id=azul-indexer_contribute_throttles-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_contribute_errors: Refreshing state... [id=azul-indexer_contribute_errors-daniel.alarm] aws_lambda_event_source_mapping.indexer_contribute: Refreshing state... [id=74299c24-6d3f-4f66-a5ff-412edcb1966f] aws_cloudwatch_metric_alarm.indexer_indexercachehealth_errors: Refreshing state... [id=azul-indexer_indexercachehealth_errors-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_indexercachehealth_throttles: Refreshing state... [id=azul-indexer_indexercachehealth_throttles-daniel.alarm] aws_lambda_permission.indexer_indexercachehealth: Refreshing state... [id=terraform-20230503224111878600000001] aws_cloudwatch_event_target.indexer_indexercachehealth: Refreshing state... [id=azul-indexercachehealth-daniel-azul-indexercachehealth-daniel] aws_lambda_function_event_invoke_config.indexer_indexercachehealth: Refreshing state... [id=azul-indexer-daniel-indexercachehealth] aws_cloudwatch_metric_alarm.indexer_aggregate_retry_throttles: Refreshing state... [id=azul-indexer_aggregate_retry_throttles-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_aggregate_retry_errors: Refreshing state... [id=azul-indexer_aggregate_retry_errors-daniel.alarm] aws_lambda_event_source_mapping.indexer_aggregate_retry: Refreshing state... [id=8f01a807-86d4-4cc1-b14a-c37f76f1f05c] aws_cloudwatch_metric_alarm.indexer_throttles: Refreshing state... [id=azul-indexer_throttles-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_errors: Refreshing state... [id=azul-indexer_errors-daniel.alarm] aws_cloudwatch_metric_alarm.service_manifest_errors: Refreshing state... [id=azul-service_manifest_errors-daniel.alarm] aws_cloudwatch_metric_alarm.service_manifest_throttles: Refreshing state... [id=azul-service_manifest_throttles-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_contribute_retry_errors: Refreshing state... [id=azul-indexer_contribute_retry_errors-daniel.alarm] aws_cloudwatch_metric_alarm.indexer_contribute_retry_throttles: Refreshing state... [id=azul-indexer_contribute_retry_throttles-daniel.alarm] aws_lambda_event_source_mapping.indexer_contribute_retry: Refreshing state... [id=1ae63ef8-2113-4cde-87d7-23f496d2f8e5] aws_cloudwatch_metric_alarm.service_servicecachehealth_errors: Refreshing state... [id=azul-service_servicecachehealth_errors-daniel.alarm] aws_lambda_function_event_invoke_config.service_servicecachehealth: Refreshing state... [id=azul-service-daniel-servicecachehealth] aws_cloudwatch_metric_alarm.service_servicecachehealth_throttles: Refreshing state... [id=azul-service_servicecachehealth_throttles-daniel.alarm] aws_cloudwatch_event_target.service_servicecachehealth: Refreshing state... [id=azul-servicecachehealth-daniel-azul-servicecachehealth-daniel] aws_lambda_permission.service_servicecachehealth: Refreshing state... [id=terraform-20230502020537759600000001] aws_api_gateway_domain_name.indexer_0: Refreshing state... [id=indexer.daniel.dev.singlecell.gi.ucsc.edu] aws_api_gateway_domain_name.service_0: Refreshing state... [id=service.daniel.dev.singlecell.gi.ucsc.edu] aws_api_gateway_domain_name.service_1: Refreshing state... [id=drs.daniel.dev.singlecell.gi.ucsc.edu] aws_cloudwatch_metric_alarm.service_errors: Refreshing state... [id=azul-service_errors-daniel.alarm] aws_cloudwatch_metric_alarm.service_throttles: Refreshing state... [id=azul-service_throttles-daniel.alarm] aws_api_gateway_rest_api.indexer: Refreshing state... [id=0oh0j0dn7a] aws_api_gateway_rest_api.service: Refreshing state... [id=071n66awdf] aws_route53_record.service_0: Refreshing state... [id=ZRJRXAKW4OYOA_service.daniel.dev.singlecell.gi.ucsc.edu_A] aws_route53_record.service_1: Refreshing state... [id=ZRJRXAKW4OYOA_drs.daniel.dev.singlecell.gi.ucsc.edu_A] aws_route53_record.indexer_0: Refreshing state... [id=ZRJRXAKW4OYOA_indexer.daniel.dev.singlecell.gi.ucsc.edu_A] aws_api_gateway_deployment.indexer: Refreshing state... [id=9uoa34] aws_lambda_permission.indexer: Refreshing state... [id=terraform-20220729165839144900000004] aws_lambda_permission.service: Refreshing state... [id=terraform-20220729165755861500000002] aws_api_gateway_deployment.service: Refreshing state... [id=3uqg80] aws_api_gateway_stage.indexer: Refreshing state... [id=ags-0oh0j0dn7a-daniel] aws_api_gateway_stage.service: Refreshing state... [id=ags-071n66awdf-daniel] aws_api_gateway_base_path_mapping.indexer_0: Refreshing state... [id=indexer.daniel.dev.singlecell.gi.ucsc.edu/] aws_api_gateway_method_settings.indexer_0: Refreshing state... [id=0oh0j0dn7a-daniel-*/*] aws_api_gateway_base_path_mapping.service_1: Refreshing state... [id=drs.daniel.dev.singlecell.gi.ucsc.edu/] aws_api_gateway_base_path_mapping.service_0: Refreshing state... [id=service.daniel.dev.singlecell.gi.ucsc.edu/] aws_api_gateway_method_settings.service_1: Refreshing state... [id=071n66awdf-daniel-*/*] aws_api_gateway_method_settings.service_0: Refreshing state... [id=071n66awdf-daniel-*/*] aws_wafv2_web_acl_association.service: Refreshing state... [id=arn:aws:wafv2:us-east-1:122796619775:regional/webacl/azul-api_gateway-daniel/90bd1d80-babb-4ff2-a204-84d118b6cf3e,arn:aws:apigateway:us-east-1::/restapis/071n66awdf/stages/daniel] aws_wafv2_web_acl_association.indexer: Refreshing state... [id=arn:aws:wafv2:us-east-1:122796619775:regional/webacl/azul-api_gateway-daniel/90bd1d80-babb-4ff2-a204-84d118b6cf3e,arn:aws:apigateway:us-east-1::/restapis/0oh0j0dn7a/stages/daniel] aws_wafv2_web_acl_logging_configuration.waf_api_gateway: Refreshing state... [id=arn:aws:wafv2:us-east-1:122796619775:regional/webacl/azul-api_gateway-daniel/90bd1d80-babb-4ff2-a204-84d118b6cf3e] aws_cloudwatch_metric_alarm.waf_rate_blocked: Refreshing state... [id=azul-waf_rate_blocked-daniel] aws_cloudwatch_metric_alarm.waf_blocked: Refreshing state... [id=azul-waf_blocked-daniel] No changes. Your infrastructure matches the configuration. Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed. terraform show -json plan.bin > plan.json terraform apply -auto-approve plan.bin Apply complete! Resources: 0 added, 0 changed, 0 destroyed. python /Users/daniel/repo/azul2/scripts/post_deploy_tdr.py 2024-02-28 10:51:00,584 INFO MainThread botocore.credentials: Found credentials in shared credentials file: ~/.aws/credentials 2024-02-28 10:51:01,191 INFO MainThread azul.terra: Making POST request to 'https://sam.dsde-dev.broadinstitute.org/register/user/v1' 2024-02-28 10:51:01,191 DEBUG MainThread azul.terra: … with request body '' 2024-02-28 10:51:01,390 INFO MainThread azul.terra: Got 409 response after 0.198s from POST to https://sam.dsde-dev.broadinstitute.org/register/user/v1 2024-02-28 10:51:01,390 DEBUG MainThread azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:00 GMT', 'Server': 'akka-http/10.2.9', 'X-Frame-Options': 'SAMEORIGIN', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': 'authorization,content-type,accept,origin,x-app-id', 'Access-Control-Allow-Methods': 'GET,POST,PUT,PATCH,DELETE,OPTIONS,HEAD', 'Access-Control-Max-Age': '1728000', 'Content-Type': 'application/json', 'Content-Length': '161', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:01,390 DEBUG MainThread azul.terra: … with response body b'{"causes":[],"message":"user azul-ucsc-10-daniel@platform-hca-dev.iam.gserviceaccount.com is already registered","source":"sa...' 2024-02-28 10:51:01,390 INFO MainThread azul.terra: Google service account 'azul-ucsc-10-daniel@platform-hca-dev.iam.gserviceaccount.com' previously registered with SAM. 2024-02-28 10:51:01,391 INFO MainThread azul.terra: Making GET request to 'https://sam.dsde-dev.broadinstitute.org/register/user/v1' 2024-02-28 10:51:01,391 DEBUG MainThread azul.terra: … without request body 2024-02-28 10:51:02,064 INFO MainThread azul.terra: Got 200 response after 0.673s from GET to https://sam.dsde-dev.broadinstitute.org/register/user/v1 2024-02-28 10:51:02,064 DEBUG MainThread azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:01 GMT', 'Server': 'akka-http/10.2.9', 'X-Frame-Options': 'SAMEORIGIN', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': 'authorization,content-type,accept,origin,x-app-id', 'Access-Control-Allow-Methods': 'GET,POST,PUT,PATCH,DELETE,OPTIONS,HEAD', 'Access-Control-Max-Age': '1728000', 'Content-Type': 'application/json', 'Content-Length': '227', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:02,065 DEBUG MainThread azul.terra: … with response body b'{"enabled":{"tosAccepted":true,"google":true,"ldap":true,"allUsersGroup":true,"adminEnabled":true},"userInfo":{"userEmail":"a...' 2024-02-28 10:51:02,351 INFO MainThread azul.terra: Making POST request to 'https://sam.dsde-dev.broadinstitute.org/register/user/v1' 2024-02-28 10:51:02,351 DEBUG MainThread azul.terra: … with request body '' 2024-02-28 10:51:02,544 INFO MainThread azul.terra: Got 409 response after 0.192s from POST to https://sam.dsde-dev.broadinstitute.org/register/user/v1 2024-02-28 10:51:02,544 DEBUG MainThread azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:01 GMT', 'Server': 'akka-http/10.2.9', 'X-Frame-Options': 'SAMEORIGIN', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': 'authorization,content-type,accept,origin,x-app-id', 'Access-Control-Allow-Methods': 'GET,POST,PUT,PATCH,DELETE,OPTIONS,HEAD', 'Access-Control-Max-Age': '1728000', 'Content-Type': 'application/json', 'Content-Length': '168', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:02,544 DEBUG MainThread azul.terra: … with response body b'{"causes":[],"message":"user azul-ucsc-10-public-daniel@platform-hca-dev.iam.gserviceaccount.com is already registered","sour...' 2024-02-28 10:51:02,544 INFO MainThread azul.terra: Google service account 'azul-ucsc-10-public-daniel@platform-hca-dev.iam.gserviceaccount.com' previously registered with SAM. 2024-02-28 10:51:02,545 INFO MainThread azul.terra: Making GET request to 'https://sam.dsde-dev.broadinstitute.org/register/user/v1' 2024-02-28 10:51:02,545 DEBUG MainThread azul.terra: … without request body 2024-02-28 10:51:03,181 INFO MainThread azul.terra: Got 200 response after 0.636s from GET to https://sam.dsde-dev.broadinstitute.org/register/user/v1 2024-02-28 10:51:03,181 DEBUG MainThread azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:02 GMT', 'Server': 'akka-http/10.2.9', 'X-Frame-Options': 'SAMEORIGIN', 'X-XSS-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Referrer-Policy': 'strict-origin-when-cross-origin', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': 'authorization,content-type,accept,origin,x-app-id', 'Access-Control-Allow-Methods': 'GET,POST,PUT,PATCH,DELETE,OPTIONS,HEAD', 'Access-Control-Max-Age': '1728000', 'Content-Type': 'application/json', 'Content-Length': '234', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:03,182 DEBUG MainThread azul.terra: … with response body b'{"enabled":{"tosAccepted":true,"google":true,"ldap":true,"allUsersGroup":true,"adminEnabled":true},"userInfo":{"userEmail":"a...' 2024-02-28 10:51:03,548 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903&limit=2' 2024-02-28 10:51:03,548 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:03,549 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903&limit=2' 2024-02-28 10:51:03,549 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:03,550 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110&limit=2' 2024-02-28 10:51:03,551 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902&limit=2' 2024-02-28 10:51:03,551 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:03,552 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928&limit=2' 2024-02-28 10:51:03,552 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:03,552 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903&limit=2' 2024-02-28 10:51:03,553 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907&limit=2' 2024-02-28 10:51:03,555 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903&limit=2' 2024-02-28 10:51:03,558 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:03,559 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:03,559 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:03,559 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:04,228 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.680s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903&limit=2 2024-02-28 10:51:04,228 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aGkR10nb', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,228 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"daa3a6f0-c1e0-4e38-b6aa-235fa509daf5","name":"hca_dev_a9c022b4c7714468b769cabc...' 2024-02-28 10:51:04,229 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/daa3a6f0-c1e0-4e38-b6aa-235fa509daf5' 2024-02-28 10:51:04,229 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:04,231 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.678s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110&limit=2 2024-02-28 10:51:04,231 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eky032bX', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,231 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.682s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903&limit=2 2024-02-28 10:51:04,232 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"8bf100c0-7ac3-4860-80ca-28093f4adb61","name":"hca_dev_90bd693340c048d48d76778c...' 2024-02-28 10:51:04,232 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.674s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902&limit=2 2024-02-28 10:51:04,232 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.672s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903&limit=2 2024-02-28 10:51:04,232 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e4Y54vW7', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,233 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/8bf100c0-7ac3-4860-80ca-28093f4adb61' 2024-02-28 10:51:04,233 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pLQ05rJ6', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,233 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.674s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907&limit=2 2024-02-28 10:51:04,234 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'em5qD03B', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,234 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e470d283-fd86-45b3-bec2-0c1663c16a67","name":"hca_dev_8185730f411340d39cc39292...' 2024-02-28 10:51:04,234 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:04,234 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"7b6a1bb0-7da1-4975-bd61-04865a1dc296","name":"hca_dev_027c51c60719469fa7f5640f...' 2024-02-28 10:51:04,234 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pV411JRL', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,234 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"b1083e8b-4de9-467a-97de-18179c4e6bd1","name":"hca_dev_248fcf0316c64a41b6ccaad4...' 2024-02-28 10:51:04,235 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e470d283-fd86-45b3-bec2-0c1663c16a67' 2024-02-28 10:51:04,236 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/7b6a1bb0-7da1-4975-bd61-04865a1dc296' 2024-02-28 10:51:04,236 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"cddb722a-4229-47bb-ba86-736b7898406f","name":"hca_dev_99101928d9b14aafb759e979...' 2024-02-28 10:51:04,236 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/b1083e8b-4de9-467a-97de-18179c4e6bd1' 2024-02-28 10:51:04,236 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:04,237 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:04,237 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/cddb722a-4229-47bb-ba86-736b7898406f' 2024-02-28 10:51:04,237 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:04,238 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:04,297 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.738s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903&limit=2 2024-02-28 10:51:04,298 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'poB4DoYK', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,298 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"d5222430-0f7a-4bd1-8706-c58b4397a9b8","name":"hca_dev_3e329187a9c448ec90e3cc45...' 2024-02-28 10:51:04,299 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d5222430-0f7a-4bd1-8706-c58b4397a9b8' 2024-02-28 10:51:04,299 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:04,320 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.760s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928&limit=2 2024-02-28 10:51:04,320 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'awxvyA35', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,320 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"104f2254-2af9-4699-9573-00d2da718430","name":"hca_dev_ce33dde2382d448cb6acbfb4...' 2024-02-28 10:51:04,320 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/104f2254-2af9-4699-9573-00d2da718430' 2024-02-28 10:51:04,321 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:04,759 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.530s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/daa3a6f0-c1e0-4e38-b6aa-235fa509daf5 2024-02-28 10:51:04,759 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVBoN0Jm', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,759 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"daa3a6f0-c1e0-4e38-b6aa-235fa509daf5","name":"hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903","descriptio...' 2024-02-28 10:51:04,759 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-58610528:snapshot/hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903:/0. 2024-02-28 10:51:04,761 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-58610528.hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,917 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.679s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/7b6a1bb0-7da1-4975-bd61-04865a1dc296 2024-02-28 10:51:04,917 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pPVqrg2K', 'Content-Type': 'application/json', 'Content-Length': '13477', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,917 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"7b6a1bb0-7da1-4975-bd61-04865a1dc296","name":"hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902","descriptio...' 2024-02-28 10:51:04,918 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-c148d39c:snapshot/hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902:/0. 2024-02-28 10:51:04,918 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c148d39c.hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,944 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.707s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e470d283-fd86-45b3-bec2-0c1663c16a67 2024-02-28 10:51:04,945 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6z0GB8Jr', 'Content-Type': 'application/json', 'Content-Length': '13479', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,945 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"e470d283-fd86-45b3-bec2-0c1663c16a67","name":"hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903","descriptio...' 2024-02-28 10:51:04,945 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-bf3a4c8a:snapshot/hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903:/0. 2024-02-28 10:51:04,945 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-bf3a4c8a.hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,950 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.712s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/cddb722a-4229-47bb-ba86-736b7898406f 2024-02-28 10:51:04,950 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WYJ78w5', 'Content-Type': 'application/json', 'Content-Length': '13486', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,950 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"cddb722a-4229-47bb-ba86-736b7898406f","name":"hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903","descriptio...' 2024-02-28 10:51:04,951 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-02c59b72:snapshot/hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903:6a/0. 2024-02-28 10:51:04,951 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-02c59b72.hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903.links`\n JOIN UNNEST(['6a']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,970 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.732s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/b1083e8b-4de9-467a-97de-18179c4e6bd1 2024-02-28 10:51:04,970 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aDNXnX8l', 'Content-Type': 'application/json', 'Content-Length': '13492', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,970 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"b1083e8b-4de9-467a-97de-18179c4e6bd1","name":"hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907","descriptio...' 2024-02-28 10:51:04,971 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-4c3e6011:snapshot/hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907:e8/0. 2024-02-28 10:51:04,971 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4c3e6011.hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907.links`\n JOIN UNNEST(['e8']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,984 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.664s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/104f2254-2af9-4699-9573-00d2da718430 2024-02-28 10:51:04,985 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a8R2NBdV', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,985 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"104f2254-2af9-4699-9573-00d2da718430","name":"hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928","descriptio...' 2024-02-28 10:51:04,985 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-f4cb2365:snapshot/hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928:d/0. 2024-02-28 10:51:04,985 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f4cb2365.hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928.links`\n JOIN UNNEST(['d']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,987 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.752s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/8bf100c0-7ac3-4860-80ca-28093f4adb61 2024-02-28 10:51:04,987 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6MkO4nO2', 'Content-Type': 'application/json', 'Content-Length': '13489', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,987 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"8bf100c0-7ac3-4860-80ca-28093f4adb61","name":"hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110","descriptio...' 2024-02-28 10:51:04,987 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-29509483:snapshot/hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110:5c/0. 2024-02-28 10:51:04,987 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-29509483.hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110.links`\n JOIN UNNEST(['5c']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:04,996 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.697s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d5222430-0f7a-4bd1-8706-c58b4397a9b8 2024-02-28 10:51:04,996 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:04 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pnv7AdZd', 'Content-Type': 'application/json', 'Content-Length': '13491', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:04,996 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"d5222430-0f7a-4bd1-8706-c58b4397a9b8","name":"hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903","descriptio...' 2024-02-28 10:51:04,997 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-bdc9f342:snapshot/hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903:9e/0. 2024-02-28 10:51:04,997 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-bdc9f342.hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903.links`\n JOIN UNNEST(['9e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:05,909 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "9f41c99a-5511-4937-a73e-7646e10112c4", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-58610528.hca_dev_a9c022b4c7714468b769cabcf9738de3__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:05,925 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "bd61d6b2-9c9d-4b0b-813d-c9520fac15b7", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-bdc9f342.hca_dev_3e329187a9c448ec90e3cc45f7c2311c__20210901_20210903.links`\n JOIN UNNEST(['9e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:05,942 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "10e710f1-674f-4c22-8803-ecfe54aa221f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-02c59b72.hca_dev_99101928d9b14aafb759e97958ac7403__20210830_20210903.links`\n JOIN UNNEST(['6a']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:05,944 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "66eba0db-2a89-450c-a4f4-137a2186308f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4c3e6011.hca_dev_248fcf0316c64a41b6ccaad4d894ca42__20210907_20210907.links`\n JOIN UNNEST(['e8']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:05,953 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "57643af3-6e0d-49dd-b3c2-ba8d8ca71d22", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f4cb2365.hca_dev_ce33dde2382d448cb6acbfb424644f23__20210827_20210928.links`\n JOIN UNNEST(['d']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:05,973 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "c94a217c-6ef6-4879-a82a-193c0b26c872", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c148d39c.hca_dev_027c51c60719469fa7f5640fe57cbece__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:06,006 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "e20d180f-c1e8-417a-9f88-b86e46a133fa", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-bf3a4c8a.hca_dev_8185730f411340d39cc3929271784c2b__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:06,088 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "f49804f6-6a59-45e9-bec8-bd284c362596", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-29509483.hca_dev_90bd693340c048d48d76778c103bf545__20210827_20211110.links`\n JOIN UNNEST(['5c']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:06,089 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903&limit=2' 2024-02-28 10:51:06,090 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:06,108 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903&limit=2' 2024-02-28 10:51:06,108 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:06,123 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907&limit=2' 2024-02-28 10:51:06,124 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:06,130 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903&limit=2' 2024-02-28 10:51:06,130 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:06,131 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902&limit=2' 2024-02-28 10:51:06,131 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:06,152 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903&limit=2' 2024-02-28 10:51:06,152 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:06,166 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903&limit=2' 2024-02-28 10:51:06,166 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:06,260 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903&limit=2' 2024-02-28 10:51:06,260 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:06,335 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.245s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903&limit=2 2024-02-28 10:51:06,335 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e275gro9', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,335 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"830b26f1-f900-40ca-a69d-eb530d73703f","name":"hca_dev_996120f9e84f409fa01e732a...' 2024-02-28 10:51:06,336 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/830b26f1-f900-40ca-a69d-eb530d73703f' 2024-02-28 10:51:06,336 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:06,392 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.261s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902&limit=2 2024-02-28 10:51:06,392 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:05 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ebNxNWRR', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,392 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"c6e19201-4fae-4213-a16c-edfd0cc11335","name":"hca_dev_c715cd2fdc7c44a69cd5b6a6...' 2024-02-28 10:51:06,393 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/c6e19201-4fae-4213-a16c-edfd0cc11335' 2024-02-28 10:51:06,393 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:06,415 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.307s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903&limit=2 2024-02-28 10:51:06,416 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eRO2QWJ7', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,416 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"1c32d6d0-6249-4b0e-a3a4-3a262ed610ef","name":"hca_dev_d012d4768f8c4ff389d6ebbe...' 2024-02-28 10:51:06,416 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/1c32d6d0-6249-4b0e-a3a4-3a262ed610ef' 2024-02-28 10:51:06,416 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:06,497 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.344s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903&limit=2 2024-02-28 10:51:06,497 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:05 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a5nM591o', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,497 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"5c3ab1e3-24a9-4ae7-9c56-638422b1ae8b","name":"hca_dev_1ce3b3dc02f244a896dad6d1...' 2024-02-28 10:51:06,498 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5c3ab1e3-24a9-4ae7-9c56-638422b1ae8b' 2024-02-28 10:51:06,498 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:06,499 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.369s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903&limit=2 2024-02-28 10:51:06,499 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:05 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEoxzwwE', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,500 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e1ab6579-ea65-45a7-abea-869b055b5a6a","name":"hca_dev_091cf39b01bc42e59437f419...' 2024-02-28 10:51:06,500 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e1ab6579-ea65-45a7-abea-869b055b5a6a' 2024-02-28 10:51:06,500 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:06,528 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.403s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907&limit=2 2024-02-28 10:51:06,528 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:05 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'axJjxLw2', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,528 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"cc6e85e6-6e30-4bf0-8c52-56fbd8a1bdaf","name":"hca_dev_e8808cc84ca0409680f2bba7...' 2024-02-28 10:51:06,529 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/cc6e85e6-6e30-4bf0-8c52-56fbd8a1bdaf' 2024-02-28 10:51:06,529 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:06,531 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.365s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903&limit=2 2024-02-28 10:51:06,531 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:05 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WOzNY8W', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,532 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"90c2d68f-a000-4c8d-a493-8be93a71b44d","name":"hca_dev_005d611a14d54fbf846e571a...' 2024-02-28 10:51:06,532 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/90c2d68f-a000-4c8d-a493-8be93a71b44d' 2024-02-28 10:51:06,532 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:06,555 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.295s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903&limit=2 2024-02-28 10:51:06,555 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:05 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WVlnqA5', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,555 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"2c4ec571-f489-4277-b215-da8dedd86803","name":"hca_dev_a004b1501c364af69bbd070c...' 2024-02-28 10:51:06,556 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2c4ec571-f489-4277-b215-da8dedd86803' 2024-02-28 10:51:06,556 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:06,758 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.421s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/830b26f1-f900-40ca-a69d-eb530d73703f 2024-02-28 10:51:06,758 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'axRKJP0R', 'Content-Type': 'application/json', 'Content-Length': '13482', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:06,758 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"830b26f1-f900-40ca-a69d-eb530d73703f","name":"hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903","descriptio...' 2024-02-28 10:51:06,758 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-75589244:snapshot/hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903:/0. 2024-02-28 10:51:06,759 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-75589244.hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,027 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.527s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e1ab6579-ea65-45a7-abea-869b055b5a6a 2024-02-28 10:51:07,027 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:07 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6qPv7WgX', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,028 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"e1ab6579-ea65-45a7-abea-869b055b5a6a","name":"hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903","descriptio...' 2024-02-28 10:51:07,028 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-2749da57:snapshot/hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903:/0. 2024-02-28 10:51:07,028 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2749da57.hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,053 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.554s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5c3ab1e3-24a9-4ae7-9c56-638422b1ae8b 2024-02-28 10:51:07,054 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pYnJgKEn', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,054 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"5c3ab1e3-24a9-4ae7-9c56-638422b1ae8b","name":"hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903","descriptio...' 2024-02-28 10:51:07,054 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-f5321179:snapshot/hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903:5/0. 2024-02-28 10:51:07,055 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f5321179.hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903.links`\n JOIN UNNEST(['5']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,097 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.681s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/1c32d6d0-6249-4b0e-a3a4-3a262ed610ef 2024-02-28 10:51:07,097 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pPLrdKA3', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,098 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"1c32d6d0-6249-4b0e-a3a4-3a262ed610ef","name":"hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903","descriptio...' 2024-02-28 10:51:07,099 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-0d6f73ac:snapshot/hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903:/0. 2024-02-28 10:51:07,099 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0d6f73ac.hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,107 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.551s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2c4ec571-f489-4277-b215-da8dedd86803 2024-02-28 10:51:07,107 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:07 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aE7WDLKr', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,107 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"2c4ec571-f489-4277-b215-da8dedd86803","name":"hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903","descriptio...' 2024-02-28 10:51:07,108 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-d4b988d6:snapshot/hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903:/0. 2024-02-28 10:51:07,108 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d4b988d6.hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,162 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.633s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/cc6e85e6-6e30-4bf0-8c52-56fbd8a1bdaf 2024-02-28 10:51:07,162 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:07 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aNO5OyQk', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,162 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"cc6e85e6-6e30-4bf0-8c52-56fbd8a1bdaf","name":"hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907","descriptio...' 2024-02-28 10:51:07,163 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-6fdac3db:snapshot/hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907:28/0. 2024-02-28 10:51:07,163 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-6fdac3db.hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907.links`\n JOIN UNNEST(['28']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,163 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.631s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/90c2d68f-a000-4c8d-a493-8be93a71b44d 2024-02-28 10:51:07,164 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a5J9ZJjm', 'Content-Type': 'application/json', 'Content-Length': '13478', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,164 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"90c2d68f-a000-4c8d-a493-8be93a71b44d","name":"hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903","descriptio...' 2024-02-28 10:51:07,165 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-a9252919:snapshot/hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903:/0. 2024-02-28 10:51:07,165 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-a9252919.hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,166 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.773s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/c6e19201-4fae-4213-a16c-edfd0cc11335 2024-02-28 10:51:07,166 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:06 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aALJ9qXo', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:07,166 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"c6e19201-4fae-4213-a16c-edfd0cc11335","name":"hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902","descriptio...' 2024-02-28 10:51:07,167 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-61b8d081:snapshot/hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902:/0. 2024-02-28 10:51:07,167 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-61b8d081.hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:07,665 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "54b717b5-ec25-4808-9b4b-c164668eeb70", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-75589244.hca_dev_996120f9e84f409fa01e732ab58ca8b9__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:07,838 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903&limit=2' 2024-02-28 10:51:07,839 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:07,905 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "9337a6f3-602f-4a92-9e25-723f0a4c77c7", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0d6f73ac.hca_dev_d012d4768f8c4ff389d6ebbe22c1b5c1__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:07,956 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "1fba24be-1340-4e78-8160-ab3a02f67585", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2749da57.hca_dev_091cf39b01bc42e59437f419a66c8a45__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:08,018 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "94b06137-494c-435e-aeae-d5374959a9af", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d4b988d6.hca_dev_a004b1501c364af69bbd070c06dbc17d__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:08,027 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "5b03acb2-773d-4fdf-99c4-1bc9d56e5a9d", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-61b8d081.hca_dev_c715cd2fdc7c44a69cd5b6a6d9f075ae__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:08,041 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "abf8db60-ab17-4498-928c-6c8d1c3ff7ae", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f5321179.hca_dev_1ce3b3dc02f244a896dad6d107b27a76__20210827_20210903.links`\n JOIN UNNEST(['5']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:08,113 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903&limit=2' 2024-02-28 10:51:08,113 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:08,114 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.275s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903&limit=2 2024-02-28 10:51:08,114 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pnArREDe', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,114 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"1e63b2ce-88ec-4c56-b016-56e9bd7f35e5","name":"hca_dev_52b29aa4c8d642b4807ab35b...' 2024-02-28 10:51:08,115 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/1e63b2ce-88ec-4c56-b016-56e9bd7f35e5' 2024-02-28 10:51:08,115 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:08,116 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "8b6dc567-483a-47b6-a563-1b95fe357425", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-a9252919.hca_dev_005d611a14d54fbf846e571a1f874f70__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:08,129 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "a36823b3-4209-4426-bd2f-68b7fbb5f9b8", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-6fdac3db.hca_dev_e8808cc84ca0409680f2bba73600cba6__20210902_20210907.links`\n JOIN UNNEST(['28']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:08,157 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903&limit=2' 2024-02-28 10:51:08,158 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:08,195 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903&limit=2' 2024-02-28 10:51:08,196 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:08,197 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215&limit=2' 2024-02-28 10:51:08,197 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:08,223 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903&limit=2' 2024-02-28 10:51:08,223 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:08,293 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909&limit=2' 2024-02-28 10:51:08,293 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:08,303 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928&limit=2' 2024-02-28 10:51:08,303 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:08,493 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.298s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903&limit=2 2024-02-28 10:51:08,494 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a84MG141', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,494 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"69d49001-0f5f-46a8-8396-b83fd1c41e6b","name":"hca_dev_e5d455791f5b48c3b568320d...' 2024-02-28 10:51:08,494 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/69d49001-0f5f-46a8-8396-b83fd1c41e6b' 2024-02-28 10:51:08,494 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:08,500 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.302s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215&limit=2 2024-02-28 10:51:08,500 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVM759re', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,500 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"7496e23c-ff51-45fc-9d0f-37659b290038","name":"hca_dev_d2111fac3fc44f429b6d32cd...' 2024-02-28 10:51:08,501 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/7496e23c-ff51-45fc-9d0f-37659b290038' 2024-02-28 10:51:08,501 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:08,516 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.293s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903&limit=2 2024-02-28 10:51:08,516 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pP5WYwBK', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,516 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"743190c3-fb25-4ccc-9e66-f076ca624c03","name":"hca_dev_2a72a4e566b2405abb7c1e46...' 2024-02-28 10:51:08,517 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/743190c3-fb25-4ccc-9e66-f076ca624c03' 2024-02-28 10:51:08,517 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:08,554 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.438s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/1e63b2ce-88ec-4c56-b016-56e9bd7f35e5 2024-02-28 10:51:08,554 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6MdB9JXp', 'Content-Type': 'application/json', 'Content-Length': '13485', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,554 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"1e63b2ce-88ec-4c56-b016-56e9bd7f35e5","name":"hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903","descriptio...' 2024-02-28 10:51:08,555 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-ffcf8b00:snapshot/hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903:3/0. 2024-02-28 10:51:08,555 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ffcf8b00.hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903.links`\n JOIN UNNEST(['3']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:08,651 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.537s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903&limit=2 2024-02-28 10:51:08,651 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'emxBPgJa', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,651 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e612386b-287d-4424-beb8-4ab62f925642","name":"hca_dev_414accedeba0440fb721befb...' 2024-02-28 10:51:08,652 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e612386b-287d-4424-beb8-4ab62f925642' 2024-02-28 10:51:08,652 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:08,659 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.501s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903&limit=2 2024-02-28 10:51:08,659 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eZ3107qw', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,659 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"0559efce-d188-4a59-9f6f-2a6258ca7e79","name":"hca_dev_8787c23889ef4636a57d3167...' 2024-02-28 10:51:08,660 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/0559efce-d188-4a59-9f6f-2a6258ca7e79' 2024-02-28 10:51:08,660 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:08,703 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.409s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909&limit=2 2024-02-28 10:51:08,703 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'emBLJk2d', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,703 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"7138a5ec-41de-458d-9ac3-2fa2b0575787","name":"hca_dev_23587fb31a4a4f58ad74cc9a...' 2024-02-28 10:51:08,704 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/7138a5ec-41de-458d-9ac3-2fa2b0575787' 2024-02-28 10:51:08,704 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:08,781 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.477s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928&limit=2 2024-02-28 10:51:08,781 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e17889RP', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:08,782 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"c935fa3e-06f7-4e85-9ff1-c58eaa789978","name":"hca_dev_b963bd4b4bc14404842569d7...' 2024-02-28 10:51:08,782 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/c935fa3e-06f7-4e85-9ff1-c58eaa789978' 2024-02-28 10:51:08,783 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:09,138 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.644s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/69d49001-0f5f-46a8-8396-b83fd1c41e6b 2024-02-28 10:51:09,138 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a0OddyN0', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,138 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"69d49001-0f5f-46a8-8396-b83fd1c41e6b","name":"hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903","descriptio...' 2024-02-28 10:51:09,139 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-3faef568:snapshot/hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903:/0. 2024-02-28 10:51:09,139 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3faef568.hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,154 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.637s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/743190c3-fb25-4ccc-9e66-f076ca624c03 2024-02-28 10:51:09,155 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQKJ4LEa', 'Content-Type': 'application/json', 'Content-Length': '13490', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,155 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"743190c3-fb25-4ccc-9e66-f076ca624c03","name":"hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903","descriptio...' 2024-02-28 10:51:09,155 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-4cf05ce2:snapshot/hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903:2f/0. 2024-02-28 10:51:09,155 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4cf05ce2.hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903.links`\n JOIN UNNEST(['2f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,178 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.677s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/7496e23c-ff51-45fc-9d0f-37659b290038 2024-02-28 10:51:09,178 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXVkGYzg', 'Content-Type': 'application/json', 'Content-Length': '13485', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,178 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"7496e23c-ff51-45fc-9d0f-37659b290038","name":"hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215","descriptio...' 2024-02-28 10:51:09,179 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-2a4ab485:snapshot/hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215:fd/0. 2024-02-28 10:51:09,179 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2a4ab485.hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215.links`\n JOIN UNNEST(['fd']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,252 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.600s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e612386b-287d-4424-beb8-4ab62f925642 2024-02-28 10:51:09,252 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ekP7mdV9', 'Content-Type': 'application/json', 'Content-Length': '13475', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,252 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"e612386b-287d-4424-beb8-4ab62f925642","name":"hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903","descriptio...' 2024-02-28 10:51:09,253 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-31b3553a:snapshot/hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903:/0. 2024-02-28 10:51:09,253 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-31b3553a.hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,266 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.607s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/0559efce-d188-4a59-9f6f-2a6258ca7e79 2024-02-28 10:51:09,267 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:09 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eZOMNdMR', 'Content-Type': 'application/json', 'Content-Length': '13479', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,267 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"0559efce-d188-4a59-9f6f-2a6258ca7e79","name":"hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903","descriptio...' 2024-02-28 10:51:09,268 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-d0772077:snapshot/hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903:/0. 2024-02-28 10:51:09,268 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d0772077.hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,269 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.487s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/c935fa3e-06f7-4e85-9ff1-c58eaa789978 2024-02-28 10:51:09,269 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:08 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6zroERMr', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,270 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"c935fa3e-06f7-4e85-9ff1-c58eaa789978","name":"hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928","descriptio...' 2024-02-28 10:51:09,270 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-cd97e83a:snapshot/hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928:/0. 2024-02-28 10:51:09,270 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-cd97e83a.hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,271 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.567s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/7138a5ec-41de-458d-9ac3-2fa2b0575787 2024-02-28 10:51:09,272 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:09 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aA9jbGj0', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,272 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"7138a5ec-41de-458d-9ac3-2fa2b0575787","name":"hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909","descriptio...' 2024-02-28 10:51:09,273 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-23782220:snapshot/hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909:4c/0. 2024-02-28 10:51:09,274 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-23782220.hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909.links`\n JOIN UNNEST(['4c']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:09,557 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "3711a51c-d0b3-4572-b47e-364108b51ae0", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ffcf8b00.hca_dev_52b29aa4c8d642b4807ab35be94469ca__20210830_20210903.links`\n JOIN UNNEST(['3']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:09,738 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903&limit=2' 2024-02-28 10:51:09,738 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:09,970 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.232s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903&limit=2 2024-02-28 10:51:09,970 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:09 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'awnx879d', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:09,970 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"b580fa04-b2ef-472e-bd39-4a51368e813c","name":"hca_dev_a39728aa70a04201b0a281b7...' 2024-02-28 10:51:09,971 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/b580fa04-b2ef-472e-bd39-4a51368e813c' 2024-02-28 10:51:09,971 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:10,021 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "57e8a391-8265-4214-aeb3-bff418fddd7a", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4cf05ce2.hca_dev_2a72a4e566b2405abb7c1e463e8febb0__20210901_20210903.links`\n JOIN UNNEST(['2f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,054 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "ef2adb1d-f8a5-4baf-b6f1-2b634b4523f0", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2a4ab485.hca_dev_d2111fac3fc44f429b6d32cd6a828267__20210830_20230215.links`\n JOIN UNNEST(['fd']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,123 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "8460f29c-d450-409c-b09c-8be215db836a", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d0772077.hca_dev_8787c23889ef4636a57d3167e8b54a80__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,134 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "19838591-b56b-4d6e-bc54-3195ce82bd0b", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-31b3553a.hca_dev_414accedeba0440fb721befbc5642bef__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,141 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "fa03ec36-494f-4eff-85e2-52abb18a8fe9", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3faef568.hca_dev_e5d455791f5b48c3b568320d93e7ca72__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,201 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903&limit=2' 2024-02-28 10:51:10,202 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:10,213 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.242s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/b580fa04-b2ef-472e-bd39-4a51368e813c 2024-02-28 10:51:10,213 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:09 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVMbY8VE', 'Content-Type': 'application/json', 'Content-Length': '13482', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,213 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"b580fa04-b2ef-472e-bd39-4a51368e813c","name":"hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903","descriptio...' 2024-02-28 10:51:10,213 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-d3d5bbfa:snapshot/hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903:1/0. 2024-02-28 10:51:10,214 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d3d5bbfa.hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:10,231 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903&limit=2' 2024-02-28 10:51:10,231 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:10,263 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "7e739f2e-afdd-4708-8e4f-c2130ad8a4df", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-23782220.hca_dev_23587fb31a4a4f58ad74cc9a4cb4c254__20210827_20210909.links`\n JOIN UNNEST(['4c']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,274 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903&limit=2' 2024-02-28 10:51:10,274 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:10,283 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902&limit=2' 2024-02-28 10:51:10,283 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:10,291 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "4fddce24-7e6a-46b0-9c25-eab6223bfa21", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-cd97e83a.hca_dev_b963bd4b4bc14404842569d74bc636b8__20210827_20210928.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:10,303 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903&limit=2' 2024-02-28 10:51:10,303 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:10,431 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903&limit=2' 2024-02-28 10:51:10,431 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:10,444 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.243s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903&limit=2 2024-02-28 10:51:10,445 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eRG5BQRv', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,445 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"006f69b6-7f42-4eba-81df-86805c22dd3d","name":"hca_dev_5ee710d7e2d54fe2818d15f5...' 2024-02-28 10:51:10,445 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/006f69b6-7f42-4eba-81df-86805c22dd3d' 2024-02-28 10:51:10,445 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:10,458 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903&limit=2' 2024-02-28 10:51:10,459 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:10,460 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.229s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903&limit=2 2024-02-28 10:51:10,460 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQrN8XLR', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,460 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"f142a2f7-4c50-458d-a047-27bdb8e0d367","name":"hca_dev_0fd8f91862d64b8bac354c53...' 2024-02-28 10:51:10,461 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f142a2f7-4c50-458d-a047-27bdb8e0d367' 2024-02-28 10:51:10,461 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:10,491 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.217s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903&limit=2 2024-02-28 10:51:10,492 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a847z931', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,492 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"4a245d7b-c43c-4bcb-a738-90ae11378928","name":"hca_dev_842605c7375a47c59e2ca71c...' 2024-02-28 10:51:10,492 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/4a245d7b-c43c-4bcb-a738-90ae11378928' 2024-02-28 10:51:10,492 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:10,502 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.218s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902&limit=2 2024-02-28 10:51:10,502 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6dn1KzP3', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,502 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"60f11345-3c51-43c7-9c40-4d41eae11a17","name":"hca_dev_52d10a60c8d14d068a5eaf0d...' 2024-02-28 10:51:10,503 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/60f11345-3c51-43c7-9c40-4d41eae11a17' 2024-02-28 10:51:10,503 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:10,528 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.224s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903&limit=2 2024-02-28 10:51:10,528 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:09 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e1E1MKGv', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,528 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"40f2f1d0-f5f4-4847-9e65-5865f2cea4fe","name":"hca_dev_4d6f6c962a8343d88fe10f53...' 2024-02-28 10:51:10,528 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/40f2f1d0-f5f4-4847-9e65-5865f2cea4fe' 2024-02-28 10:51:10,528 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:10,866 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.435s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903&limit=2 2024-02-28 10:51:10,866 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6Ww72qlw', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,866 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"879a755b-ebc0-4ebb-b4ad-6c89054c4851","name":"hca_dev_bd40033154b94fccbff66bb8...' 2024-02-28 10:51:10,867 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/879a755b-ebc0-4ebb-b4ad-6c89054c4851' 2024-02-28 10:51:10,867 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:10,868 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.409s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903&limit=2 2024-02-28 10:51:10,868 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQGr3xoE', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,868 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"13c6bf33-41a3-4330-a3f7-1e69f675b01e","name":"hca_dev_67a3de0945b949c3a068ff46...' 2024-02-28 10:51:10,869 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/13c6bf33-41a3-4330-a3f7-1e69f675b01e' 2024-02-28 10:51:10,869 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:10,948 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.503s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/006f69b6-7f42-4eba-81df-86805c22dd3d 2024-02-28 10:51:10,949 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'axrxrj8Y', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,949 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"006f69b6-7f42-4eba-81df-86805c22dd3d","name":"hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903","descriptio...' 2024-02-28 10:51:10,949 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-279f1986:snapshot/hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903:9/0. 2024-02-28 10:51:10,949 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.446s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/60f11345-3c51-43c7-9c40-4d41eae11a17 2024-02-28 10:51:10,950 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-279f1986.hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903.links`\n JOIN UNNEST(['9']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:10,950 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6BWR11lL', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:10,951 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"60f11345-3c51-43c7-9c40-4d41eae11a17","name":"hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902","descriptio...' 2024-02-28 10:51:10,952 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-f76414c8:snapshot/hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902:0/0. 2024-02-28 10:51:10,952 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f76414c8.hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902.links`\n JOIN UNNEST(['0']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:10,998 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "c914badc-eaa0-4548-9efb-328c833f8293", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d3d5bbfa.hca_dev_a39728aa70a04201b0a281b7badf3e71__20210830_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:11,002 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.510s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/4a245d7b-c43c-4bcb-a738-90ae11378928 2024-02-28 10:51:11,002 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aDd8jEwW', 'Content-Type': 'application/json', 'Content-Length': '13475', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,002 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"4a245d7b-c43c-4bcb-a738-90ae11378928","name":"hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903","descriptio...' 2024-02-28 10:51:11,002 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-bd995e95:snapshot/hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903:/0. 2024-02-28 10:51:11,003 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-bd995e95.hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:11,036 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.575s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f142a2f7-4c50-458d-a047-27bdb8e0d367 2024-02-28 10:51:11,036 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEQ2X3yk', 'Content-Type': 'application/json', 'Content-Length': '13479', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,036 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"f142a2f7-4c50-458d-a047-27bdb8e0d367","name":"hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903","descriptio...' 2024-02-28 10:51:11,036 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-78bae095:snapshot/hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903:/0. 2024-02-28 10:51:11,037 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-78bae095.hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:11,091 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.563s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/40f2f1d0-f5f4-4847-9e65-5865f2cea4fe 2024-02-28 10:51:11,091 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e44YJz94', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,092 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"40f2f1d0-f5f4-4847-9e65-5865f2cea4fe","name":"hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903","descriptio...' 2024-02-28 10:51:11,092 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-f31edbc2:snapshot/hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903:/0. 2024-02-28 10:51:11,092 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f31edbc2.hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:11,165 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902&limit=2' 2024-02-28 10:51:11,165 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:11,173 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.305s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/879a755b-ebc0-4ebb-b4ad-6c89054c4851 2024-02-28 10:51:11,173 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e3zjwLD9', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,173 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"879a755b-ebc0-4ebb-b4ad-6c89054c4851","name":"hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903","descriptio...' 2024-02-28 10:51:11,173 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-376d3f4a:snapshot/hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903:/0. 2024-02-28 10:51:11,174 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-376d3f4a.hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:11,211 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.342s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/13c6bf33-41a3-4330-a3f7-1e69f675b01e 2024-02-28 10:51:11,212 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6z5jr51Z', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,212 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"13c6bf33-41a3-4330-a3f7-1e69f675b01e","name":"hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903","descriptio...' 2024-02-28 10:51:11,212 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-ecb9c129:snapshot/hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903:cd/0. 2024-02-28 10:51:11,213 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ecb9c129.hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903.links`\n JOIN UNNEST(['cd']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:11,383 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.217s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902&limit=2 2024-02-28 10:51:11,383 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:10 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pPKWVvDK', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,383 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"fcc6b9e5-3e37-464f-8d5b-2b7b3d40f128","name":"hca_dev_dbd836cfbfc241f0983441cc...' 2024-02-28 10:51:11,383 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/fcc6b9e5-3e37-464f-8d5b-2b7b3d40f128' 2024-02-28 10:51:11,384 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:11,672 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.288s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/fcc6b9e5-3e37-464f-8d5b-2b7b3d40f128 2024-02-28 10:51:11,672 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pYGLK7PP', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:11,673 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"fcc6b9e5-3e37-464f-8d5b-2b7b3d40f128","name":"hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902","descriptio...' 2024-02-28 10:51:11,673 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-848e2d4f:snapshot/hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902:/0. 2024-02-28 10:51:11,674 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-848e2d4f.hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:11,800 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "ccbd612b-a740-4627-a27e-ebcc83d4662a", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-279f1986.hca_dev_5ee710d7e2d54fe2818d15f5e31dae32__20210901_20210903.links`\n JOIN UNNEST(['9']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:11,827 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "584521ab-4773-451d-bdb6-71e38238f9a2", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f76414c8.hca_dev_52d10a60c8d14d068a5eaf0d5c0d5034__20210827_20210902.links`\n JOIN UNNEST(['0']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:11,901 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "e328f976-7437-4085-9038-66b7e4d52cda", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-bd995e95.hca_dev_842605c7375a47c59e2ca71c2c00fcad__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:11,977 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903&limit=2' 2024-02-28 10:51:11,977 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:11,985 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "7383e013-2b0a-4fce-985d-713f3e6ce4c1", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-f31edbc2.hca_dev_4d6f6c962a8343d88fe10f53bffd4674__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:11,989 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903&limit=2' 2024-02-28 10:51:11,990 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:12,033 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "8adf4a94-4726-477f-badc-83105a6cd474", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-376d3f4a.hca_dev_bd40033154b94fccbff66bb8b079ee1f__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:12,045 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903&limit=2' 2024-02-28 10:51:12,045 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:12,086 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "6cc77980-4c2b-4c06-9b23-64304bde22e7", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ecb9c129.hca_dev_67a3de0945b949c3a068ff4665daa50e__20210827_20210903.links`\n JOIN UNNEST(['cd']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:12,142 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903&limit=2' 2024-02-28 10:51:12,142 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:12,201 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.224s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903&limit=2 2024-02-28 10:51:12,201 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'axlB1NdG', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,201 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"4c15703d-2502-4863-8d82-fc1b6ccf65f0","name":"hca_dev_0d4b87ea6e9e456982e41343...' 2024-02-28 10:51:12,202 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/4c15703d-2502-4863-8d82-fc1b6ccf65f0' 2024-02-28 10:51:12,202 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:12,218 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903&limit=2' 2024-02-28 10:51:12,219 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.229s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903&limit=2 2024-02-28 10:51:12,219 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:12,219 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pPLJJD23', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,220 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e0664f4e-cf09-488a-841d-4baf2cbf1507","name":"hca_dev_455b46e6d8ea4611861ede72...' 2024-02-28 10:51:12,220 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e0664f4e-cf09-488a-841d-4baf2cbf1507' 2024-02-28 10:51:12,220 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:12,222 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "1eb5fbc5-8433-4ffa-b673-b5ad37dc5ce9", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-78bae095.hca_dev_0fd8f91862d64b8bac354c53dd601f71__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:12,249 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928&limit=2' 2024-02-28 10:51:12,250 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:12,276 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.231s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903&limit=2 2024-02-28 10:51:12,277 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WgqKAG5', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,277 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"98f112bc-743e-4f38-8b7a-6efb08802ef0","name":"hca_dev_962bd805eb894c54bad2008e...' 2024-02-28 10:51:12,277 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/98f112bc-743e-4f38-8b7a-6efb08802ef0' 2024-02-28 10:51:12,277 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:12,375 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.233s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903&limit=2 2024-02-28 10:51:12,376 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pnm1nzBM', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,376 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"31d19143-1faa-471a-8575-4a8052fdcf19","name":"hca_dev_2a64db431b554639aabb8dba...' 2024-02-28 10:51:12,376 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/31d19143-1faa-471a-8575-4a8052fdcf19' 2024-02-28 10:51:12,377 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:12,394 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903&limit=2' 2024-02-28 10:51:12,394 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:12,446 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.227s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903&limit=2 2024-02-28 10:51:12,446 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXEEoEOW', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,447 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"ae52c25c-9ee4-4a42-83f2-6e4b20116380","name":"hca_dev_d3a4ceac4d66498497042570...' 2024-02-28 10:51:12,447 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/ae52c25c-9ee4-4a42-83f2-6e4b20116380' 2024-02-28 10:51:12,447 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:12,553 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "f125a074-c300-4063-b488-5cc5c899843c", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-848e2d4f.hca_dev_dbd836cfbfc241f0983441cc6c0b235a__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:12,581 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.361s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e0664f4e-cf09-488a-841d-4baf2cbf1507 2024-02-28 10:51:12,581 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEQq4GnV', 'Content-Type': 'application/json', 'Content-Length': '13481', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,582 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"e0664f4e-cf09-488a-841d-4baf2cbf1507","name":"hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903","descriptio...' 2024-02-28 10:51:12,582 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-5ef7f2e2:snapshot/hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903:a/0. 2024-02-28 10:51:12,582 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-5ef7f2e2.hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903.links`\n JOIN UNNEST(['a']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:12,639 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.389s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928&limit=2 2024-02-28 10:51:12,639 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'emoBdVw6', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,639 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"768c4624-c07b-4496-8b7b-76275a149774","name":"hca_dev_520afa10f9d24e93ab7a26c4...' 2024-02-28 10:51:12,639 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/768c4624-c07b-4496-8b7b-76275a149774' 2024-02-28 10:51:12,640 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:12,644 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.442s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/4c15703d-2502-4863-8d82-fc1b6ccf65f0 2024-02-28 10:51:12,644 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:11 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEvAV82e', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,644 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"4c15703d-2502-4863-8d82-fc1b6ccf65f0","name":"hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903","descriptio...' 2024-02-28 10:51:12,645 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-fef02a92:snapshot/hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903:/0. 2024-02-28 10:51:12,645 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-fef02a92.hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:12,691 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.297s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903&limit=2 2024-02-28 10:51:12,691 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e1nzQVnr', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,692 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"f84e6b4a-719c-4c75-891c-be52c106c6b8","name":"hca_dev_4bec484dca7a47b48d488830...' 2024-02-28 10:51:12,692 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f84e6b4a-719c-4c75-891c-be52c106c6b8' 2024-02-28 10:51:12,692 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:12,718 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.441s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/98f112bc-743e-4f38-8b7a-6efb08802ef0 2024-02-28 10:51:12,719 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'erxR7r57', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,719 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"98f112bc-743e-4f38-8b7a-6efb08802ef0","name":"hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903","descriptio...' 2024-02-28 10:51:12,719 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-4b88b45b:snapshot/hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903:/0. 2024-02-28 10:51:12,719 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4b88b45b.hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:12,750 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903&limit=2' 2024-02-28 10:51:12,750 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:12,823 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.446s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/31d19143-1faa-471a-8575-4a8052fdcf19 2024-02-28 10:51:12,823 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQQWL1Mg', 'Content-Type': 'application/json', 'Content-Length': '13478', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,823 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"31d19143-1faa-471a-8575-4a8052fdcf19","name":"hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903","descriptio...' 2024-02-28 10:51:12,824 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-38f08cd8:snapshot/hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903:/0. 2024-02-28 10:51:12,824 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-38f08cd8.hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:12,869 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.422s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/ae52c25c-9ee4-4a42-83f2-6e4b20116380 2024-02-28 10:51:12,870 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pL4VgW7r', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:12,870 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"ae52c25c-9ee4-4a42-83f2-6e4b20116380","name":"hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903","descriptio...' 2024-02-28 10:51:12,870 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-92c3a1de:snapshot/hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903:/0. 2024-02-28 10:51:12,871 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-92c3a1de.hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:13,010 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.370s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/768c4624-c07b-4496-8b7b-76275a149774 2024-02-28 10:51:13,010 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e45r3K87', 'Content-Type': 'application/json', 'Content-Length': '13485', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:13,010 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"768c4624-c07b-4496-8b7b-76275a149774","name":"hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928","descriptio...' 2024-02-28 10:51:13,011 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-71de019e:snapshot/hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928:98/0. 2024-02-28 10:51:13,011 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-71de019e.hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928.links`\n JOIN UNNEST(['98']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:13,048 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.298s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903&limit=2 2024-02-28 10:51:13,048 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6dbLy1RK', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:13,048 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"cabce9f2-b98b-49f3-9dd4-d7e14c19acd2","name":"hca_dev_38449aea70b540db84b31e08...' 2024-02-28 10:51:13,049 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/cabce9f2-b98b-49f3-9dd4-d7e14c19acd2' 2024-02-28 10:51:13,049 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:13,064 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.371s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f84e6b4a-719c-4c75-891c-be52c106c6b8 2024-02-28 10:51:13,064 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:12 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e3Dv4OEj', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:13,064 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"f84e6b4a-719c-4c75-891c-be52c106c6b8","name":"hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903","descriptio...' 2024-02-28 10:51:13,065 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-a6c6b953:snapshot/hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903:/0. 2024-02-28 10:51:13,065 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-a6c6b953.hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:13,287 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.238s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/cabce9f2-b98b-49f3-9dd4-d7e14c19acd2 2024-02-28 10:51:13,287 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a0qjEllV', 'Content-Type': 'application/json', 'Content-Length': '13482', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:13,287 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"cabce9f2-b98b-49f3-9dd4-d7e14c19acd2","name":"hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903","descriptio...' 2024-02-28 10:51:13,288 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-ac6efd3f:snapshot/hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903:a/0. 2024-02-28 10:51:13,288 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ac6efd3f.hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903.links`\n JOIN UNNEST(['a']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:13,441 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "6967b662-fa62-4847-a1f6-4c3e516611cc", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-5ef7f2e2.hca_dev_455b46e6d8ea4611861ede720a562ada__20210901_20210903.links`\n JOIN UNNEST(['a']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:13,457 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "7039c188-6945-45d0-ba89-f66a02d13de4", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-fef02a92.hca_dev_0d4b87ea6e9e456982e41343e0e3259f__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:13,617 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903&limit=2' 2024-02-28 10:51:13,618 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:13,628 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907&limit=2' 2024-02-28 10:51:13,629 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:13,633 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "5ca589c0-1d0c-4640-9817-0a48c09faf9e", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4b88b45b.hca_dev_962bd805eb894c54bad2008e497d1307__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:13,729 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "0ae0acae-e573-4b1b-8ebc-68f5049c6383", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-38f08cd8.hca_dev_2a64db431b554639aabb8dba0145689d__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:13,794 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928&limit=2' 2024-02-28 10:51:13,794 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:13,813 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "bb102ae7-fb52-4898-87d4-e638fc10de5c", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-92c3a1de.hca_dev_d3a4ceac4d66498497042570c0647a56__20210831_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:13,851 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.222s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907&limit=2 2024-02-28 10:51:13,851 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ebWxJw9j', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:13,851 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e889c6f4-8783-46d6-89bc-8ab9685edf35","name":"hca_dev_2043c65a1cf84828a6569e24...' 2024-02-28 10:51:13,852 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e889c6f4-8783-46d6-89bc-8ab9685edf35' 2024-02-28 10:51:13,853 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:13,857 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.239s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903&limit=2 2024-02-28 10:51:13,857 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pPV738dK', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:13,857 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"f7eefeb5-4198-4d9a-b3db-f2db6a567a15","name":"hca_dev_08b794a0519c4516b184c583...' 2024-02-28 10:51:13,858 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f7eefeb5-4198-4d9a-b3db-f2db6a567a15' 2024-02-28 10:51:13,858 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:13,897 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "47881cd6-f9fd-4571-bcff-e01c01b02f7b", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-71de019e.hca_dev_520afa10f9d24e93ab7a26c4c863ce18__20210827_20210928.links`\n JOIN UNNEST(['98']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:13,929 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902&limit=2' 2024-02-28 10:51:13,930 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:13,989 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903&limit=2' 2024-02-28 10:51:13,990 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:14,055 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "d14a0e5c-4348-4d6d-87d7-2975013fc1e7", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-a6c6b953.hca_dev_4bec484dca7a47b48d488830e06ad6db__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:14,061 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903&limit=2' 2024-02-28 10:51:14,061 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:14,096 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.302s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928&limit=2 2024-02-28 10:51:14,096 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6J0Zj2vN', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,097 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"2e0b01ae-bf72-43a6-864a-4419af665b80","name":"hca_dev_71436067ac414acebe1b2fbc...' 2024-02-28 10:51:14,097 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2e0b01ae-bf72-43a6-864a-4419af665b80' 2024-02-28 10:51:14,098 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:14,117 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "81154acb-0196-4588-a03a-1966d8429b15", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ac6efd3f.hca_dev_38449aea70b540db84b31e08f32efe34__20210830_20210903.links`\n JOIN UNNEST(['a']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:14,222 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903&limit=2' 2024-02-28 10:51:14,222 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:14,266 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.414s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e889c6f4-8783-46d6-89bc-8ab9685edf35 2024-02-28 10:51:14,267 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQm37Zyl', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,267 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"e889c6f4-8783-46d6-89bc-8ab9685edf35","name":"hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907","descriptio...' 2024-02-28 10:51:14,267 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-76de829d:snapshot/hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907:6c/0. 2024-02-28 10:51:14,267 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-76de829d.hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907.links`\n JOIN UNNEST(['6c']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,278 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.348s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902&limit=2 2024-02-28 10:51:14,279 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6dWmqNAY', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,279 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"19510524-bbb9-4883-9228-fcbee947d27e","name":"hca_dev_6072616c87944b208f52fb15...' 2024-02-28 10:51:14,279 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/19510524-bbb9-4883-9228-fcbee947d27e' 2024-02-28 10:51:14,280 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:14,331 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.341s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903&limit=2 2024-02-28 10:51:14,331 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6BQdr35R', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,331 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"58a0eacf-0caa-449b-9fc8-4fe629e99176","name":"hca_dev_7880637a35a14047b422b5ea...' 2024-02-28 10:51:14,332 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/58a0eacf-0caa-449b-9fc8-4fe629e99176' 2024-02-28 10:51:14,332 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:14,350 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903&limit=2' 2024-02-28 10:51:14,350 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:14,371 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.310s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903&limit=2 2024-02-28 10:51:14,371 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXAM8LAn', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,371 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"d74bbb92-2f76-4637-b386-4a60eec93e28","name":"hca_dev_0792db3480474e62802c9177...' 2024-02-28 10:51:14,372 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d74bbb92-2f76-4637-b386-4a60eec93e28' 2024-02-28 10:51:14,372 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:14,427 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.569s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f7eefeb5-4198-4d9a-b3db-f2db6a567a15 2024-02-28 10:51:14,428 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pnBRVVGq', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,428 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"f7eefeb5-4198-4d9a-b3db-f2db6a567a15","name":"hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903","descriptio...' 2024-02-28 10:51:14,428 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-38e08b5c:snapshot/hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903:/0. 2024-02-28 10:51:14,429 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-38e08b5c.hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,488 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.266s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903&limit=2 2024-02-28 10:51:14,488 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6vyLKYkE', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,488 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"01b1ac88-8144-428e-a84c-88e9ed8ec6a2","name":"hca_dev_3a69470330844ece9abed935...' 2024-02-28 10:51:14,489 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/01b1ac88-8144-428e-a84c-88e9ed8ec6a2' 2024-02-28 10:51:14,489 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:14,572 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.474s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2e0b01ae-bf72-43a6-864a-4419af665b80 2024-02-28 10:51:14,572 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aAroMVGo', 'Content-Type': 'application/json', 'Content-Length': '13475', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,572 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"2e0b01ae-bf72-43a6-864a-4419af665b80","name":"hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928","descriptio...' 2024-02-28 10:51:14,573 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-3545971c:snapshot/hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928:/0. 2024-02-28 10:51:14,573 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3545971c.hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,661 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.311s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903&limit=2 2024-02-28 10:51:14,661 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6v1Y5ZL2', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,661 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"3011a1cf-1388-4819-8091-fee55e878ea1","name":"hca_dev_d3446f0c30f34a12b7c36af8...' 2024-02-28 10:51:14,662 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/3011a1cf-1388-4819-8091-fee55e878ea1' 2024-02-28 10:51:14,662 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:14,703 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.424s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/19510524-bbb9-4883-9228-fcbee947d27e 2024-02-28 10:51:14,704 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'plLEQLlz', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,704 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"19510524-bbb9-4883-9228-fcbee947d27e","name":"hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902","descriptio...' 2024-02-28 10:51:14,704 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-0abea017:snapshot/hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902:b5/0. 2024-02-28 10:51:14,705 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0abea017.hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902.links`\n JOIN UNNEST(['b5']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,784 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.451s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/58a0eacf-0caa-449b-9fc8-4fe629e99176 2024-02-28 10:51:14,784 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6v0GrXO2', 'Content-Type': 'application/json', 'Content-Length': '13484', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,784 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"58a0eacf-0caa-449b-9fc8-4fe629e99176","name":"hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903","descriptio...' 2024-02-28 10:51:14,785 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-12b7a9e1:snapshot/hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903:e/0. 2024-02-28 10:51:14,785 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-12b7a9e1.hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903.links`\n JOIN UNNEST(['e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,812 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.439s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d74bbb92-2f76-4637-b386-4a60eec93e28 2024-02-28 10:51:14,812 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aG4L2NWk', 'Content-Type': 'application/json', 'Content-Length': '13484', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,812 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"d74bbb92-2f76-4637-b386-4a60eec93e28","name":"hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903","descriptio...' 2024-02-28 10:51:14,812 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-baa2812f:snapshot/hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903:aa/0. 2024-02-28 10:51:14,812 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-baa2812f.hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903.links`\n JOIN UNNEST(['aa']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,830 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.340s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/01b1ac88-8144-428e-a84c-88e9ed8ec6a2 2024-02-28 10:51:14,830 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:13 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQGgdNKK', 'Content-Type': 'application/json', 'Content-Length': '13485', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,830 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"01b1ac88-8144-428e-a84c-88e9ed8ec6a2","name":"hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903","descriptio...' 2024-02-28 10:51:14,831 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-40283c27:snapshot/hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903:d/0. 2024-02-28 10:51:14,831 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-40283c27.hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903.links`\n JOIN UNNEST(['d']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:14,922 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.260s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/3011a1cf-1388-4819-8091-fee55e878ea1 2024-02-28 10:51:14,923 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e48ZXv83', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:14,923 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"3011a1cf-1388-4819-8091-fee55e878ea1","name":"hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903","descriptio...' 2024-02-28 10:51:14,923 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b3632667:snapshot/hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903:8/0. 2024-02-28 10:51:14,924 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b3632667.hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903.links`\n JOIN UNNEST(['8']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:15,125 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "8c530e1a-70ac-4a21-b41e-adbe8bcd0e21", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-76de829d.hca_dev_2043c65a1cf84828a6569e247d4e64f1__20210831_20210907.links`\n JOIN UNNEST(['6c']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,302 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903&limit=2' 2024-02-28 10:51:15,302 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:15,377 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "b2a69df3-8919-441e-b6b9-f9d133525656", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-38e08b5c.hca_dev_08b794a0519c4516b184c583746254c5__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,478 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "d892f19b-9f81-434d-a985-631c6e04e3f7", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3545971c.hca_dev_71436067ac414acebe1b2fbcc2cb02fa__20210827_20210928.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,531 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.229s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903&limit=2 2024-02-28 10:51:15,531 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'erVmL8E8', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:15,532 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"0ab78bd0-2e02-4536-b3c9-bdd7a57d7988","name":"hca_dev_c6ad8f9bd26a4811b2ba93d4...' 2024-02-28 10:51:15,532 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/0ab78bd0-2e02-4536-b3c9-bdd7a57d7988' 2024-02-28 10:51:15,534 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:15,545 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215&limit=2' 2024-02-28 10:51:15,545 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:15,637 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "077babcf-7c2e-4345-a4ab-0f01efa9c124", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0abea017.hca_dev_6072616c87944b208f52fb15992ea5a4__20210827_20210902.links`\n JOIN UNNEST(['b5']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,638 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215&limit=2' 2024-02-28 10:51:15,640 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:15,653 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "12368a85-0044-4ac9-9681-eb5009d3f93d", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-baa2812f.hca_dev_0792db3480474e62802c9177c9cd8e28__20210827_20210903.links`\n JOIN UNNEST(['aa']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,734 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "bd855547-dd0f-4bc3-9df5-c0e822725ef5", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-40283c27.hca_dev_3a69470330844ece9abed935fd5f6748__20210901_20210903.links`\n JOIN UNNEST(['d']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,737 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "e6cf3880-656a-4d40-9938-f019ef328baa", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-12b7a9e1.hca_dev_7880637a35a14047b422b5eac2a2a358__20210901_20210903.links`\n JOIN UNNEST(['e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,812 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "a264b8c4-5ecf-4eeb-b022-fbced1fd9985", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b3632667.hca_dev_d3446f0c30f34a12b7c36af877c7bb2d__20210901_20210903.links`\n JOIN UNNEST(['8']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:15,815 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903&limit=2' 2024-02-28 10:51:15,816 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:15,834 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.289s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215&limit=2 2024-02-28 10:51:15,835 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6znKrZyO', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:15,835 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"5f55707c-6cb2-4b8a-a1b0-9099617fae2e","name":"hca_dev_e526d91dcf3a44cb80c5fd76...' 2024-02-28 10:51:15,836 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5f55707c-6cb2-4b8a-a1b0-9099617fae2e' 2024-02-28 10:51:15,837 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903&limit=2' 2024-02-28 10:51:15,837 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:15,837 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:15,838 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.304s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/0ab78bd0-2e02-4536-b3c9-bdd7a57d7988 2024-02-28 10:51:15,839 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:14 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pL5zKzNk', 'Content-Type': 'application/json', 'Content-Length': '13484', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:15,839 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"0ab78bd0-2e02-4536-b3c9-bdd7a57d7988","name":"hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903","descriptio...' 2024-02-28 10:51:15,839 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-990234a8:snapshot/hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903:f7/0. 2024-02-28 10:51:15,839 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-990234a8.hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903.links`\n JOIN UNNEST(['f7']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:15,895 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903&limit=2' 2024-02-28 10:51:15,896 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:15,906 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215&limit=2' 2024-02-28 10:51:15,906 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:15,951 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.311s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215&limit=2 2024-02-28 10:51:15,951 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6JPWdqrE', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:15,952 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e2af563e-68e2-495a-a51a-041e1e32f037","name":"hca_dev_d3ac7c1b53024804b611dad9...' 2024-02-28 10:51:15,952 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e2af563e-68e2-495a-a51a-041e1e32f037' 2024-02-28 10:51:15,952 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:15,973 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907&limit=2' 2024-02-28 10:51:15,973 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:16,151 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.313s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903&limit=2 2024-02-28 10:51:16,151 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEzMyX8Y', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,152 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"70c0ed2f-0db6-4245-b1c5-d140cc6c712c","name":"hca_dev_ccef38d7aa9240109621c4c7...' 2024-02-28 10:51:16,152 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/70c0ed2f-0db6-4245-b1c5-d140cc6c712c' 2024-02-28 10:51:16,153 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:16,173 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.357s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903&limit=2 2024-02-28 10:51:16,173 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aA91YRJn', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,173 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"a36cb7cb-0122-40af-8942-1d5ec9372e77","name":"hca_dev_b4a7d12f6c2f40a39e359756...' 2024-02-28 10:51:16,174 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a36cb7cb-0122-40af-8942-1d5ec9372e77' 2024-02-28 10:51:16,174 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:16,212 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.375s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5f55707c-6cb2-4b8a-a1b0-9099617fae2e 2024-02-28 10:51:16,212 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'plZv8DJ1', 'Content-Type': 'application/json', 'Content-Length': '13484', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,213 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"5f55707c-6cb2-4b8a-a1b0-9099617fae2e","name":"hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215","descriptio...' 2024-02-28 10:51:16,213 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-e1712bfa:snapshot/hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215:14/0. 2024-02-28 10:51:16,213 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e1712bfa.hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215.links`\n JOIN UNNEST(['14']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:16,225 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.318s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215&limit=2 2024-02-28 10:51:16,225 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pl2vqojr', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,225 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"9e33ae37-eb19-47b5-a5fd-e2e8a41d3574","name":"hca_dev_51f02950ee254f4b8d0759aa...' 2024-02-28 10:51:16,226 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9e33ae37-eb19-47b5-a5fd-e2e8a41d3574' 2024-02-28 10:51:16,226 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:16,250 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.354s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903&limit=2 2024-02-28 10:51:16,250 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6W7vbbK3', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,250 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"9bf03ef5-4f42-4afb-b451-21923c6ff468","name":"hca_dev_faeedcb0e0464be7b1ad80a3...' 2024-02-28 10:51:16,251 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9bf03ef5-4f42-4afb-b451-21923c6ff468' 2024-02-28 10:51:16,251 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:16,268 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.294s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907&limit=2 2024-02-28 10:51:16,268 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WYXblqJ', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,268 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"5d88275d-d7a5-492b-8e2a-4e93305a0b46","name":"hca_dev_cddab57b68684be4806f395e...' 2024-02-28 10:51:16,269 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5d88275d-d7a5-492b-8e2a-4e93305a0b46' 2024-02-28 10:51:16,269 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:16,468 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.516s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e2af563e-68e2-495a-a51a-041e1e32f037 2024-02-28 10:51:16,469 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a9Yxr1VZ', 'Content-Type': 'application/json', 'Content-Length': '13481', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,469 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"e2af563e-68e2-495a-a51a-041e1e32f037","name":"hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215","descriptio...' 2024-02-28 10:51:16,469 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-1005632d:snapshot/hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215:/0. 2024-02-28 10:51:16,470 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1005632d.hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:16,704 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "05e18af8-1c1a-4732-ad9f-0ef413e76525", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-990234a8.hca_dev_c6ad8f9bd26a4811b2ba93d487978446__20210827_20210903.links`\n JOIN UNNEST(['f7']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:16,706 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.480s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9e33ae37-eb19-47b5-a5fd-e2e8a41d3574 2024-02-28 10:51:16,706 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ebnxmkKe', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,706 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"9e33ae37-eb19-47b5-a5fd-e2e8a41d3574","name":"hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215","descriptio...' 2024-02-28 10:51:16,707 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b46086a9:snapshot/hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215:/0. 2024-02-28 10:51:16,707 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b46086a9.hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:16,800 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.626s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a36cb7cb-0122-40af-8942-1d5ec9372e77 2024-02-28 10:51:16,800 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:15 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eydK538A', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,800 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"a36cb7cb-0122-40af-8942-1d5ec9372e77","name":"hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903","descriptio...' 2024-02-28 10:51:16,801 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b2004d1c:snapshot/hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903:/0. 2024-02-28 10:51:16,801 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b2004d1c.hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:16,841 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903&limit=2' 2024-02-28 10:51:16,841 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:16,909 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.640s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5d88275d-d7a5-492b-8e2a-4e93305a0b46 2024-02-28 10:51:16,909 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e271dxv2', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,910 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"5d88275d-d7a5-492b-8e2a-4e93305a0b46","name":"hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907","descriptio...' 2024-02-28 10:51:16,910 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-24e672db:snapshot/hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907:1f/0. 2024-02-28 10:51:16,910 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-24e672db.hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907.links`\n JOIN UNNEST(['1f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:16,966 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.714s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9bf03ef5-4f42-4afb-b451-21923c6ff468 2024-02-28 10:51:16,966 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aw5Xlmdp', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,966 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"9bf03ef5-4f42-4afb-b451-21923c6ff468","name":"hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903","descriptio...' 2024-02-28 10:51:16,966 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-96d8e08c:snapshot/hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903:e/0. 2024-02-28 10:51:16,967 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-96d8e08c.hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903.links`\n JOIN UNNEST(['e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:16,980 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.827s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/70c0ed2f-0db6-4245-b1c5-d140cc6c712c 2024-02-28 10:51:16,980 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXMw4ODJ', 'Content-Type': 'application/json', 'Content-Length': '13489', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:16,980 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"70c0ed2f-0db6-4245-b1c5-d140cc6c712c","name":"hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903","descriptio...' 2024-02-28 10:51:16,981 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-aa8357fb:snapshot/hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903:22/0. 2024-02-28 10:51:16,981 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-aa8357fb.hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903.links`\n JOIN UNNEST(['22']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:17,090 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "2e9d8fc4-51ce-41ca-b742-82c2dbc34997", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e1712bfa.hca_dev_e526d91dcf3a44cb80c5fd7676b55a1d__20210902_20230215.links`\n JOIN UNNEST(['14']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,092 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.251s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903&limit=2 2024-02-28 10:51:17,092 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eO4Q9gA4', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:17,092 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"d8ee3cfa-32c9-49c2-b1ae-af0a7bb1c98d","name":"hca_dev_955dfc2ca8c64d04aa4d9076...' 2024-02-28 10:51:17,093 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d8ee3cfa-32c9-49c2-b1ae-af0a7bb1c98d' 2024-02-28 10:51:17,093 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:17,246 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903&limit=2' 2024-02-28 10:51:17,246 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:17,305 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "189deeab-c9dc-4a8d-bcdd-b47cef5a2aa8", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1005632d.hca_dev_d3ac7c1b53024804b611dad9f89c049d__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,307 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.213s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d8ee3cfa-32c9-49c2-b1ae-af0a7bb1c98d 2024-02-28 10:51:17,307 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aA8RJE7Z', 'Content-Type': 'application/json', 'Content-Length': '13478', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:17,307 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"d8ee3cfa-32c9-49c2-b1ae-af0a7bb1c98d","name":"hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903","descriptio...' 2024-02-28 10:51:17,307 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-788c3b52:snapshot/hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903:/0. 2024-02-28 10:51:17,308 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-788c3b52.hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:17,466 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903&limit=2' 2024-02-28 10:51:17,466 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:17,467 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.221s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903&limit=2 2024-02-28 10:51:17,467 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a8bK7bk0', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:17,467 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"32cfbe46-2cd9-4b13-95c0-e2670373dd9a","name":"hca_dev_577c946d6de54b55a854cd3f...' 2024-02-28 10:51:17,468 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/32cfbe46-2cd9-4b13-95c0-e2670373dd9a' 2024-02-28 10:51:17,468 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:17,601 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "35601d92-a5d6-4079-9fbb-89d7a3fa4c96", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b46086a9.hca_dev_51f02950ee254f4b8d0759aa99bb3498__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,701 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "3b877e2e-ab8e-4619-87f2-015a2d155aa0", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b2004d1c.hca_dev_b4a7d12f6c2f40a39e359756997857e3__20210831_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,713 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.247s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903&limit=2 2024-02-28 10:51:17,713 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXMVGlyv', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:17,713 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"3d661f98-8742-434a-98de-168dde5b5120","name":"hca_dev_1cd1f41ff81a486ba05b66ec...' 2024-02-28 10:51:17,714 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/3d661f98-8742-434a-98de-168dde5b5120' 2024-02-28 10:51:17,714 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:17,726 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.258s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/32cfbe46-2cd9-4b13-95c0-e2670373dd9a 2024-02-28 10:51:17,726 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQj5blBl', 'Content-Type': 'application/json', 'Content-Length': '13477', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:17,726 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"32cfbe46-2cd9-4b13-95c0-e2670373dd9a","name":"hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903","descriptio...' 2024-02-28 10:51:17,726 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-319b80f7:snapshot/hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903:/0. 2024-02-28 10:51:17,726 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-319b80f7.hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:17,754 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "90718eab-aa5a-40c5-883d-8b310ac8e06a", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-96d8e08c.hca_dev_faeedcb0e0464be7b1ad80a3eeabb066__20210831_20210903.links`\n JOIN UNNEST(['e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,757 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "3a1013fe-6d13-4432-ba8c-0341d9b8accb", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-aa8357fb.hca_dev_ccef38d7aa9240109621c4c7b1182647__20210831_20210903.links`\n JOIN UNNEST(['22']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,794 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903&limit=2' 2024-02-28 10:51:17,795 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:17,809 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "5fce4732-489b-42a1-ac68-6e2612bede36", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-24e672db.hca_dev_cddab57b68684be4806f395ed9dd635a__20210831_20210907.links`\n JOIN UNNEST(['1f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:17,885 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902&limit=2' 2024-02-28 10:51:17,886 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:17,921 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908&limit=2' 2024-02-28 10:51:17,922 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:17,937 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907&limit=2' 2024-02-28 10:51:17,938 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:17,948 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903&limit=2' 2024-02-28 10:51:17,949 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:17,949 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.235s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/3d661f98-8742-434a-98de-168dde5b5120 2024-02-28 10:51:17,949 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:16 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e3q9vXgj', 'Content-Type': 'application/json', 'Content-Length': '13481', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:17,950 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"3d661f98-8742-434a-98de-168dde5b5120","name":"hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903","descriptio...' 2024-02-28 10:51:17,950 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-86c60513:snapshot/hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903:/0. 2024-02-28 10:51:17,951 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-86c60513.hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:18,010 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.214s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903&limit=2 2024-02-28 10:51:18,010 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6J0VPkbn', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,010 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"403ef1b1-7b7f-4e13-bf4a-d898f047310a","name":"hca_dev_c893cb575c9f4f26931221b8...' 2024-02-28 10:51:18,010 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/403ef1b1-7b7f-4e13-bf4a-d898f047310a' 2024-02-28 10:51:18,011 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:18,213 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "f2fbeed6-a48d-46a2-baab-08c05e69121f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-788c3b52.hca_dev_955dfc2ca8c64d04aa4d907610545d11__20210831_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:18,231 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.294s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907&limit=2 2024-02-28 10:51:18,232 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e3lBDdEq', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,232 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"79abca77-cb9b-4905-8853-190367e397dc","name":"hca_dev_03c6fce7789e4e78a27a664d...' 2024-02-28 10:51:18,232 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/79abca77-cb9b-4905-8853-190367e397dc' 2024-02-28 10:51:18,233 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:18,251 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.303s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903&limit=2 2024-02-28 10:51:18,251 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'awnYMrXk', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,252 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"f012a311-5d55-42ad-8b77-f8a1816f3aa4","name":"hca_dev_0c3b7785f74d40918616a687...' 2024-02-28 10:51:18,252 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f012a311-5d55-42ad-8b77-f8a1816f3aa4' 2024-02-28 10:51:18,252 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:18,275 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.353s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908&limit=2 2024-02-28 10:51:18,275 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aDM8vJdv', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,276 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e9fb5a5a-6eca-40b4-a894-3a3c65b7908e","name":"hca_dev_f83165c5e2ea4d15a5cf33f3...' 2024-02-28 10:51:18,276 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e9fb5a5a-6eca-40b4-a894-3a3c65b7908e' 2024-02-28 10:51:18,276 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:18,285 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.399s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902&limit=2 2024-02-28 10:51:18,285 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVlYNb0L', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,285 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"90d35849-38f1-4259-86dd-b91023a6b9d8","name":"hca_dev_78b2406dbff246fc8b612069...' 2024-02-28 10:51:18,286 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/90d35849-38f1-4259-86dd-b91023a6b9d8' 2024-02-28 10:51:18,286 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:18,385 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215&limit=2' 2024-02-28 10:51:18,386 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:18,589 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "c37f25c0-c5b6-408f-8512-53d9056322bd", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-319b80f7.hca_dev_577c946d6de54b55a854cd3fde40bff2__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:18,603 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.351s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f012a311-5d55-42ad-8b77-f8a1816f3aa4 2024-02-28 10:51:18,603 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a9qQ8gbx', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,604 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"f012a311-5d55-42ad-8b77-f8a1816f3aa4","name":"hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903","descriptio...' 2024-02-28 10:51:18,604 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-eab7fa76:snapshot/hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903:1/0. 2024-02-28 10:51:18,604 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-eab7fa76.hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:18,615 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.605s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/403ef1b1-7b7f-4e13-bf4a-d898f047310a 2024-02-28 10:51:18,615 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:17 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'em59oxoG', 'Content-Type': 'application/json', 'Content-Length': '13481', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,616 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"403ef1b1-7b7f-4e13-bf4a-d898f047310a","name":"hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903","descriptio...' 2024-02-28 10:51:18,616 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-71926fdc:snapshot/hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903:/0. 2024-02-28 10:51:18,616 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-71926fdc.hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:18,750 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903&limit=2' 2024-02-28 10:51:18,751 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:18,757 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "67a580ea-c428-48e3-b68b-4a7f36e4c8dd", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-86c60513.hca_dev_1cd1f41ff81a486ba05b66ec60f81dcf__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:18,818 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.432s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215&limit=2 2024-02-28 10:51:18,818 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'awvQzP12', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,818 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"a3b6a664-1afb-4b4f-bf08-63bab26c848f","name":"hca_dev_05657a599f9d4bb9b77b24be...' 2024-02-28 10:51:18,819 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a3b6a664-1afb-4b4f-bf08-63bab26c848f' 2024-02-28 10:51:18,819 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:18,877 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.600s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e9fb5a5a-6eca-40b4-a894-3a3c65b7908e 2024-02-28 10:51:18,877 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a83qd0mb', 'Content-Type': 'application/json', 'Content-Length': '13494', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,877 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"e9fb5a5a-6eca-40b4-a894-3a3c65b7908e","name":"hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908","descriptio...' 2024-02-28 10:51:18,879 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-24e9529e:snapshot/hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908:fe/0. 2024-02-28 10:51:18,879 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-24e9529e.hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908.links`\n JOIN UNNEST(['fe']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:18,881 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.649s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/79abca77-cb9b-4905-8853-190367e397dc 2024-02-28 10:51:18,882 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e4WqOJAO', 'Content-Type': 'application/json', 'Content-Length': '13489', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,882 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"79abca77-cb9b-4905-8853-190367e397dc","name":"hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907","descriptio...' 2024-02-28 10:51:18,883 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-e2ab8487:snapshot/hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907:af/0. 2024-02-28 10:51:18,883 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e2ab8487.hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907.links`\n JOIN UNNEST(['af']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:18,903 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.616s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/90d35849-38f1-4259-86dd-b91023a6b9d8 2024-02-28 10:51:18,903 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'awvAMwWb', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,903 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"90d35849-38f1-4259-86dd-b91023a6b9d8","name":"hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902","descriptio...' 2024-02-28 10:51:18,903 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-7913b094:snapshot/hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902:8/0. 2024-02-28 10:51:18,904 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-7913b094.hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902.links`\n JOIN UNNEST(['8']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:18,914 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903&limit=2' 2024-02-28 10:51:18,914 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:18,990 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.239s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903&limit=2 2024-02-28 10:51:18,990 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e7DRO8Rj', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:18,990 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"139ecf31-b6bb-419a-97c8-1245029631bb","name":"hca_dev_403c3e7668144a2da5805dd5...' 2024-02-28 10:51:18,991 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/139ecf31-b6bb-419a-97c8-1245029631bb' 2024-02-28 10:51:18,991 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:19,098 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.278s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a3b6a664-1afb-4b4f-bf08-63bab26c848f 2024-02-28 10:51:19,098 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a8mlK9QG', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:19,098 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"a3b6a664-1afb-4b4f-bf08-63bab26c848f","name":"hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215","descriptio...' 2024-02-28 10:51:19,099 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-3d6d24ad:snapshot/hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215:9/0. 2024-02-28 10:51:19,099 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3d6d24ad.hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215.links`\n JOIN UNNEST(['9']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:19,138 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.224s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903&limit=2 2024-02-28 10:51:19,138 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVGDYrwl', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:19,139 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"f5a609de-0760-4a39-b633-9d751aa7d472","name":"hca_dev_e77fed30959d4fadbc15a0a5...' 2024-02-28 10:51:19,139 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f5a609de-0760-4a39-b633-9d751aa7d472' 2024-02-28 10:51:19,139 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:19,252 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.261s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/139ecf31-b6bb-419a-97c8-1245029631bb 2024-02-28 10:51:19,252 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:18 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eOzkQvGa', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:19,252 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"139ecf31-b6bb-419a-97c8-1245029631bb","name":"hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903","descriptio...' 2024-02-28 10:51:19,252 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-c0ec174a:snapshot/hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903:f/0. 2024-02-28 10:51:19,253 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c0ec174a.hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903.links`\n JOIN UNNEST(['f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:19,366 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.227s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f5a609de-0760-4a39-b633-9d751aa7d472 2024-02-28 10:51:19,367 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pldmzWml', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:19,367 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"f5a609de-0760-4a39-b633-9d751aa7d472","name":"hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903","descriptio...' 2024-02-28 10:51:19,368 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-e304a8fe:snapshot/hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903:d/0. 2024-02-28 10:51:19,368 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e304a8fe.hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903.links`\n JOIN UNNEST(['d']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:19,397 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "941521ce-2c20-43c2-9301-639e17e72632", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-eab7fa76.hca_dev_0c3b7785f74d40918616a68757e4c2a8__20210827_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:19,544 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "6c4fb3b9-350a-4611-92b9-d2908bb89d58", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-71926fdc.hca_dev_c893cb575c9f4f26931221b85be84313__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:19,550 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903&limit=2' 2024-02-28 10:51:19,551 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:19,698 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903&limit=2' 2024-02-28 10:51:19,698 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:19,707 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "b9513e56-ea78-47ad-af02-b791998e3721", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-7913b094.hca_dev_78b2406dbff246fc8b6120690e602227__20210827_20210902.links`\n JOIN UNNEST(['8']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:19,715 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "d25a691f-5aff-4362-9c37-f4bf4c6727b9", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e2ab8487.hca_dev_03c6fce7789e4e78a27a664d562bb738__20210902_20210907.links`\n JOIN UNNEST(['af']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:19,726 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "0be40fb2-59f3-4175-ba72-af1d87829399", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-24e9529e.hca_dev_f83165c5e2ea4d15a5cf33f3550bffde__20210901_20210908.links`\n JOIN UNNEST(['fe']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:19,788 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.237s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903&limit=2 2024-02-28 10:51:19,788 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'po584Dn7', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:19,788 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"251c52e6-3bda-48df-a4f2-50aa759d7d80","name":"hca_dev_f8aa201c4ff145a4890e840d...' 2024-02-28 10:51:19,789 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/251c52e6-3bda-48df-a4f2-50aa759d7d80' 2024-02-28 10:51:19,789 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:19,877 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903&limit=2' 2024-02-28 10:51:19,877 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:19,882 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902&limit=2' 2024-02-28 10:51:19,882 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:19,890 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928&limit=2' 2024-02-28 10:51:19,890 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:19,925 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.226s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903&limit=2 2024-02-28 10:51:19,925 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'plLBYbQZ', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:19,925 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"f5a52dbb-acad-47fd-8832-436134301ea2","name":"hca_dev_4037007b0eff4e6db7bd8dd8...' 2024-02-28 10:51:19,926 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f5a52dbb-acad-47fd-8832-436134301ea2' 2024-02-28 10:51:19,926 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:20,081 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "ca2dab9b-8716-43fb-8cdb-7ad8261b673f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3d6d24ad.hca_dev_05657a599f9d4bb9b77b24be13aa5cea__20210827_20230215.links`\n JOIN UNNEST(['9']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:20,125 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "78581437-8c77-4413-a70e-fe9951e37130", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c0ec174a.hca_dev_403c3e7668144a2da5805dd5de38c7ff__20210827_20210903.links`\n JOIN UNNEST(['f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:20,135 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.347s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/251c52e6-3bda-48df-a4f2-50aa759d7d80 2024-02-28 10:51:20,136 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXA4XN17', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,136 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"251c52e6-3bda-48df-a4f2-50aa759d7d80","name":"hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903","descriptio...' 2024-02-28 10:51:20,136 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-e8e0a59a:snapshot/hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903:0/0. 2024-02-28 10:51:20,137 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e8e0a59a.hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903.links`\n JOIN UNNEST(['0']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,146 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.268s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903&limit=2 2024-02-28 10:51:20,146 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6W4zwmRo', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,146 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"dc7a86a7-e75c-4012-934b-86e7f7ff21eb","name":"hca_dev_41fb1734a121461695c73b73...' 2024-02-28 10:51:20,147 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/dc7a86a7-e75c-4012-934b-86e7f7ff21eb' 2024-02-28 10:51:20,147 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:20,171 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.289s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902&limit=2 2024-02-28 10:51:20,172 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:20 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pnNMVLbp', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,172 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"5d9ff6e0-3ec0-44f5-bb5c-32691a09517b","name":"hca_dev_ccd1f1ba74ce469b9fc9f6fa...' 2024-02-28 10:51:20,173 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5d9ff6e0-3ec0-44f5-bb5c-32691a09517b' 2024-02-28 10:51:20,173 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:20,198 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.308s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928&limit=2 2024-02-28 10:51:20,198 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEKqEXry', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,198 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"8a527b32-5ae3-437e-8a96-12562894849c","name":"hca_dev_1c6a960d52ac44eab728a59c...' 2024-02-28 10:51:20,199 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/8a527b32-5ae3-437e-8a96-12562894849c' 2024-02-28 10:51:20,199 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:20,217 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "dc254353-d571-458f-859c-848ae130b049", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e304a8fe.hca_dev_e77fed30959d4fadbc15a0a5a85c21d2__20210830_20210903.links`\n JOIN UNNEST(['d']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:20,246 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903&limit=2' 2024-02-28 10:51:20,246 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:20,302 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907&limit=2' 2024-02-28 10:51:20,302 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:20,346 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.420s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/f5a52dbb-acad-47fd-8832-436134301ea2 2024-02-28 10:51:20,346 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eyWKJm8Y', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,347 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"f5a52dbb-acad-47fd-8832-436134301ea2","name":"hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903","descriptio...' 2024-02-28 10:51:20,347 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-ec07c8d8:snapshot/hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903:7/0. 2024-02-28 10:51:20,347 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ec07c8d8.hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903.links`\n JOIN UNNEST(['7']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,355 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007&limit=2' 2024-02-28 10:51:20,355 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:20,564 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.318s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903&limit=2 2024-02-28 10:51:20,564 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'emrA0rll', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,564 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"d1437ee2-cfb9-4635-822d-8593da2954fa","name":"hca_dev_16ed4ad8731946b288596fe1...' 2024-02-28 10:51:20,565 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d1437ee2-cfb9-4635-822d-8593da2954fa' 2024-02-28 10:51:20,565 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:20,610 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.308s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907&limit=2 2024-02-28 10:51:20,610 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6d27bQre', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,610 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"d15b9e6e-dd53-4b80-80f1-4c698300b15a","name":"hca_dev_2d8460958a334f3c97d4585b...' 2024-02-28 10:51:20,611 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d15b9e6e-dd53-4b80-80f1-4c698300b15a' 2024-02-28 10:51:20,611 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:20,626 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.479s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/dc7a86a7-e75c-4012-934b-86e7f7ff21eb 2024-02-28 10:51:20,626 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:20 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aDRb2WKW', 'Content-Type': 'application/json', 'Content-Length': '13479', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,626 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"dc7a86a7-e75c-4012-934b-86e7f7ff21eb","name":"hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903","descriptio...' 2024-02-28 10:51:20,627 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b4789901:snapshot/hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903:/0. 2024-02-28 10:51:20,627 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b4789901.hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,649 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.476s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/5d9ff6e0-3ec0-44f5-bb5c-32691a09517b 2024-02-28 10:51:20,649 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:20 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a5NMDndJ', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,649 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"5d9ff6e0-3ec0-44f5-bb5c-32691a09517b","name":"hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902","descriptio...' 2024-02-28 10:51:20,650 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-2f4bfe5d:snapshot/hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902:e/0. 2024-02-28 10:51:20,650 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2f4bfe5d.hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902.links`\n JOIN UNNEST(['e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,656 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.457s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/8a527b32-5ae3-437e-8a96-12562894849c 2024-02-28 10:51:20,656 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:20 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'axzdqGj2', 'Content-Type': 'application/json', 'Content-Length': '13478', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,656 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"8a527b32-5ae3-437e-8a96-12562894849c","name":"hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928","descriptio...' 2024-02-28 10:51:20,657 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-135f340c:snapshot/hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928:/0. 2024-02-28 10:51:20,657 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-135f340c.hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,713 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.358s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007&limit=2 2024-02-28 10:51:20,713 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:19 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a87NVNGR', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,714 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"dc4c099e-1d33-4810-aca5-036a026f3aae","name":"hca_dev_f48e7c39cc6740559d79bc43...' 2024-02-28 10:51:20,715 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/dc4c099e-1d33-4810-aca5-036a026f3aae' 2024-02-28 10:51:20,715 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:20,898 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.333s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d1437ee2-cfb9-4635-822d-8593da2954fa 2024-02-28 10:51:20,898 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:20 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6BVdQvDG', 'Content-Type': 'application/json', 'Content-Length': '13481', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,899 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"d1437ee2-cfb9-4635-822d-8593da2954fa","name":"hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903","descriptio...' 2024-02-28 10:51:20,901 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-4de1b9fd:snapshot/hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903:/0. 2024-02-28 10:51:20,901 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4de1b9fd.hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,964 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.353s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d15b9e6e-dd53-4b80-80f1-4c698300b15a 2024-02-28 10:51:20,965 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:20 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pYmlVKbP', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:20,965 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"d15b9e6e-dd53-4b80-80f1-4c698300b15a","name":"hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907","descriptio...' 2024-02-28 10:51:20,965 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-311340f6:snapshot/hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907:50/0. 2024-02-28 10:51:20,965 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-311340f6.hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907.links`\n JOIN UNNEST(['50']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:20,986 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "8c4bc571-5938-4ac9-8202-9ce1b3d50fb8", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-e8e0a59a.hca_dev_f8aa201c4ff145a4890e840d63459ca2__20210901_20210903.links`\n JOIN UNNEST(['0']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,027 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.312s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/dc4c099e-1d33-4810-aca5-036a026f3aae 2024-02-28 10:51:21,027 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6JZlN9QE', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:21,027 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"dc4c099e-1d33-4810-aca5-036a026f3aae","name":"hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007","descriptio...' 2024-02-28 10:51:21,027 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b51e6694:snapshot/hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007:/0. 2024-02-28 10:51:21,028 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b51e6694.hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:21,161 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215&limit=2' 2024-02-28 10:51:21,162 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:21,339 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "5b6f795e-0c23-463c-9369-793e3155b0f6", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ec07c8d8.hca_dev_4037007b0eff4e6db7bd8dd8eec80143__20210831_20210903.links`\n JOIN UNNEST(['7']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,382 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.220s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215&limit=2 2024-02-28 10:51:21,382 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEKl9zzE', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:21,382 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"356c3be6-78c2-47e0-b71a-5d0ffd6603de","name":"hca_dev_c5f4661568de4cf4bbc2a0ae...' 2024-02-28 10:51:21,383 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/356c3be6-78c2-47e0-b71a-5d0ffd6603de' 2024-02-28 10:51:21,383 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:21,489 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903&limit=2' 2024-02-28 10:51:21,490 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:21,541 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "5b9e7953-0e7e-4012-a0d9-cc823b7f88cf", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b4789901.hca_dev_41fb1734a121461695c73b732c9433c7__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,543 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "04f026f3-01ea-4cdf-aa97-fe49984513ee", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2f4bfe5d.hca_dev_ccd1f1ba74ce469b9fc9f6faea623358__20210827_20210902.links`\n JOIN UNNEST(['e']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,560 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "020495c3-f2b1-4a0b-822d-9c6c7d0268cf", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-135f340c.hca_dev_1c6a960d52ac44eab728a59c7ab9dc8e__20210827_20210928.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,637 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.254s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/356c3be6-78c2-47e0-b71a-5d0ffd6603de 2024-02-28 10:51:21,637 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'po5JGxdm', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:21,637 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"356c3be6-78c2-47e0-b71a-5d0ffd6603de","name":"hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215","descriptio...' 2024-02-28 10:51:21,638 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-27c50fbc:snapshot/hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215:/0. 2024-02-28 10:51:21,638 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-27c50fbc.hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:21,692 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903&limit=2' 2024-02-28 10:51:21,692 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:21,702 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903&limit=2' 2024-02-28 10:51:21,702 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:21,717 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.228s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903&limit=2 2024-02-28 10:51:21,718 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e1Vnn7Ar', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:21,718 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"c594fc9a-f1c5-4770-acaa-013c2852e660","name":"hca_dev_24c654a5caa5440a8f025829...' 2024-02-28 10:51:21,718 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/c594fc9a-f1c5-4770-acaa-013c2852e660' 2024-02-28 10:51:21,719 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:21,753 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_05be4f374506429bb112506444507d62__20210827_20210902&limit=2' 2024-02-28 10:51:21,754 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:21,789 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "ea322286-c1f3-4e56-8d84-29983e39aa5d", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-311340f6.hca_dev_2d8460958a334f3c97d4585bafac13b4__20210902_20210907.links`\n JOIN UNNEST(['50']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,808 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "701e23e3-8afa-4c43-b7d4-216ab6296098", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4de1b9fd.hca_dev_16ed4ad8731946b288596fe1c1d73a82__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:21,983 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903&limit=2' 2024-02-28 10:51:21,984 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:21,989 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903&limit=2' 2024-02-28 10:51:21,989 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:22,000 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "c1ca61ec-ff69-4d21-905d-01dfcc985f6f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b51e6694.hca_dev_f48e7c39cc6740559d79bc437892840c__20210830_20211007.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:22,020 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.328s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903&limit=2 2024-02-28 10:51:22,020 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQm7JJwK', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,020 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"d7250e7a-20c6-42ff-9332-4bc5a5fd2470","name":"hca_dev_946c5add47d1402a97bba5af...' 2024-02-28 10:51:22,020 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d7250e7a-20c6-42ff-9332-4bc5a5fd2470' 2024-02-28 10:51:22,020 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:22,023 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.269s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_05be4f374506429bb112506444507d62__20210827_20210902&limit=2 2024-02-28 10:51:22,023 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e1nZNOLD', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,023 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"ee9a4b92-82c1-4324-85ec-252cd8cea024","name":"hca_dev_05be4f374506429bb1125064...' 2024-02-28 10:51:22,024 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/ee9a4b92-82c1-4324-85ec-252cd8cea024' 2024-02-28 10:51:22,024 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:22,025 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.322s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903&limit=2 2024-02-28 10:51:22,025 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aEoqODwy', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,025 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"1b3866aa-d2a3-42cf-888d-7fb57a77c5aa","name":"hca_dev_2af52a1365cb4973b51339be...' 2024-02-28 10:51:22,025 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/1b3866aa-d2a3-42cf-888d-7fb57a77c5aa' 2024-02-28 10:51:22,025 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:22,060 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.341s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/c594fc9a-f1c5-4770-acaa-013c2852e660 2024-02-28 10:51:22,060 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pYWoLZLP', 'Content-Type': 'application/json', 'Content-Length': '13475', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,061 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"c594fc9a-f1c5-4770-acaa-013c2852e660","name":"hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903","descriptio...' 2024-02-28 10:51:22,061 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-1c2c69d9:snapshot/hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903:/0. 2024-02-28 10:51:22,062 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1c2c69d9.hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,184 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903&limit=2' 2024-02-28 10:51:22,184 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:22,286 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.302s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903&limit=2 2024-02-28 10:51:22,286 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aA57A3qo', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,287 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"41d88011-1981-4f50-b6fe-78f7b7d27bab","name":"hca_dev_42d4f8d454224b78adaee7c3...' 2024-02-28 10:51:22,287 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/41d88011-1981-4f50-b6fe-78f7b7d27bab' 2024-02-28 10:51:22,287 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:22,302 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.313s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903&limit=2 2024-02-28 10:51:22,303 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eOdnqrNJ', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,303 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"2c5901f6-67bf-40cc-aea1-621a60c19baa","name":"hca_dev_f81efc039f564354aabb6ce8...' 2024-02-28 10:51:22,303 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2c5901f6-67bf-40cc-aea1-621a60c19baa' 2024-02-28 10:51:22,303 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:22,496 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "060c3440-17db-448a-a73e-a6c999410d9e", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-27c50fbc.hca_dev_c5f4661568de4cf4bbc2a0ae10f08243__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:22,496 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.476s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/d7250e7a-20c6-42ff-9332-4bc5a5fd2470 2024-02-28 10:51:22,497 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXgVgMNr', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,498 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"d7250e7a-20c6-42ff-9332-4bc5a5fd2470","name":"hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903","descriptio...' 2024-02-28 10:51:22,499 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-59d37b9a:snapshot/hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903:5/0. 2024-02-28 10:51:22,499 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-59d37b9a.hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903.links`\n JOIN UNNEST(['5']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,530 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.505s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/1b3866aa-d2a3-42cf-888d-7fb57a77c5aa 2024-02-28 10:51:22,531 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6vEvwPyl', 'Content-Type': 'application/json', 'Content-Length': '13478', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,531 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"1b3866aa-d2a3-42cf-888d-7fb57a77c5aa","name":"hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903","descriptio...' 2024-02-28 10:51:22,532 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-3041c2cf:snapshot/hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903:/0. 2024-02-28 10:51:22,532 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3041c2cf.hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,569 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.385s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903&limit=2 2024-02-28 10:51:22,570 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pldnVg9p', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,570 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"9d173ed8-c0ff-4a43-baf5-eb30ea7fba6d","name":"hca_dev_63b5b6c1bbcd487d8c2e0095...' 2024-02-28 10:51:22,570 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9d173ed8-c0ff-4a43-baf5-eb30ea7fba6d' 2024-02-28 10:51:22,571 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:22,584 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.560s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/ee9a4b92-82c1-4324-85ec-252cd8cea024 2024-02-28 10:51:22,584 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a8WqxW8R', 'Content-Type': 'application/json', 'Content-Length': '13486', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,585 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"ee9a4b92-82c1-4324-85ec-252cd8cea024","name":"hca_dev_05be4f374506429bb112506444507d62__20210827_20210902","descriptio...' 2024-02-28 10:51:22,585 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-9f4012c9:snapshot/hca_dev_05be4f374506429bb112506444507d62__20210827_20210902:80/0. 2024-02-28 10:51:22,585 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-9f4012c9.hca_dev_05be4f374506429bb112506444507d62__20210827_20210902.links`\n JOIN UNNEST(['80']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,646 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.358s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/41d88011-1981-4f50-b6fe-78f7b7d27bab 2024-02-28 10:51:22,646 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ajWGWgm5', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,646 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"41d88011-1981-4f50-b6fe-78f7b7d27bab","name":"hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903","descriptio...' 2024-02-28 10:51:22,646 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-4e5ffd52:snapshot/hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903:/0. 2024-02-28 10:51:22,647 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4e5ffd52.hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,666 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007&limit=2' 2024-02-28 10:51:22,666 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:22,698 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.395s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2c5901f6-67bf-40cc-aea1-621a60c19baa 2024-02-28 10:51:22,698 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:21 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a8m28AAR', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,699 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"2c5901f6-67bf-40cc-aea1-621a60c19baa","name":"hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903","descriptio...' 2024-02-28 10:51:22,699 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-10f0610a:snapshot/hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903:/0. 2024-02-28 10:51:22,699 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-10f0610a.hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,788 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.218s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9d173ed8-c0ff-4a43-baf5-eb30ea7fba6d 2024-02-28 10:51:22,789 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aw0bmqJe', 'Content-Type': 'application/json', 'Content-Length': '13479', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,789 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"9d173ed8-c0ff-4a43-baf5-eb30ea7fba6d","name":"hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903","descriptio...' 2024-02-28 10:51:22,789 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-c3d623dc:snapshot/hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903:/0. 2024-02-28 10:51:22,789 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c3d623dc.hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:22,884 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "43082673-4b57-4956-9c50-f8092559fec3", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1c2c69d9.hca_dev_24c654a5caa5440a8f02582921f2db4a__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:22,885 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.219s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007&limit=2 2024-02-28 10:51:22,885 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6JBXX7XN', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:22,885 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"92166035-2bfc-412b-91a5-fdff874967b2","name":"hca_dev_83f5188e3bf749569544cea4...' 2024-02-28 10:51:22,886 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/92166035-2bfc-412b-91a5-fdff874967b2' 2024-02-28 10:51:22,887 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:23,054 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902&limit=2' 2024-02-28 10:51:23,054 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:23,112 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.224s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/92166035-2bfc-412b-91a5-fdff874967b2 2024-02-28 10:51:23,112 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eOBdKnga', 'Content-Type': 'application/json', 'Content-Length': '13492', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:23,112 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"92166035-2bfc-412b-91a5-fdff874967b2","name":"hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007","descriptio...' 2024-02-28 10:51:23,112 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-560ee3d1:snapshot/hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007:c4/0. 2024-02-28 10:51:23,113 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-560ee3d1.hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007.links`\n JOIN UNNEST(['c4']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:23,269 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.214s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902&limit=2 2024-02-28 10:51:23,269 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aANr2o9D', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:23,269 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"79f24905-a9e2-4328-91da-fc18036b77eb","name":"hca_dev_dbcd4b1d31bd4eb594e150e8...' 2024-02-28 10:51:23,270 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/79f24905-a9e2-4328-91da-fc18036b77eb' 2024-02-28 10:51:23,270 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:23,317 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "ebe75b1c-50e6-41c5-8f2b-03e3246a79b0", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-59d37b9a.hca_dev_946c5add47d1402a97bba5af97e8bce7__20210831_20210903.links`\n JOIN UNNEST(['5']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:23,474 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "219d8755-43c9-47de-883b-f1043a30b07f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3041c2cf.hca_dev_2af52a1365cb4973b51339be38f2df3f__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:23,481 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907&limit=2' 2024-02-28 10:51:23,481 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:23,514 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.243s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/79f24905-a9e2-4328-91da-fc18036b77eb 2024-02-28 10:51:23,514 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aA39jGzn', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:23,514 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"79f24905-a9e2-4328-91da-fc18036b77eb","name":"hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902","descriptio...' 2024-02-28 10:51:23,514 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-dbc582d9:snapshot/hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902:4/0. 2024-02-28 10:51:23,515 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-dbc582d9.hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902.links`\n JOIN UNNEST(['4']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:23,577 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "4482207b-ff0f-45bf-9691-a734bf362e22", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-9f4012c9.hca_dev_05be4f374506429bb112506444507d62__20210827_20210902.links`\n JOIN UNNEST(['80']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:23,609 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "4e5c1b19-af82-49a6-89a7-cb0b8d41c151", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c3d623dc.hca_dev_63b5b6c1bbcd487d8c2e0095150c1ecd__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:23,628 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "ec149e7e-0144-44aa-9017-2d3f87af1211", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-10f0610a.hca_dev_f81efc039f564354aabb6ce819c3d414__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:23,643 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903&limit=2' 2024-02-28 10:51:23,644 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:23,647 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "9bc126b9-b810-47f6-84c6-36a2769d6522", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4e5ffd52.hca_dev_42d4f8d454224b78adaee7c3c2ef511c__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:23,739 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.257s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907&limit=2 2024-02-28 10:51:23,739 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:22 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6zrJjxkg', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:23,739 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e0c597f8-4aa4-485c-b19c-c46b564550a5","name":"hca_dev_7b947aa243a74082afff222a...' 2024-02-28 10:51:23,740 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e0c597f8-4aa4-485c-b19c-c46b564550a5' 2024-02-28 10:51:23,740 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:23,761 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903&limit=2' 2024-02-28 10:51:23,761 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:23,781 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903&limit=2' 2024-02-28 10:51:23,781 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:23,798 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916&limit=2' 2024-02-28 10:51:23,798 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:23,854 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903&limit=2' 2024-02-28 10:51:23,854 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:23,855 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.211s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903&limit=2 2024-02-28 10:51:23,856 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:23 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eX0J3Q8n', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:23,856 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"a6ffed95-9d29-4484-a5db-c080a6278665","name":"hca_dev_2ef3655a973d4d699b4121fa...' 2024-02-28 10:51:23,857 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a6ffed95-9d29-4484-a5db-c080a6278665' 2024-02-28 10:51:23,857 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:23,950 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.211s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e0c597f8-4aa4-485c-b19c-c46b564550a5 2024-02-28 10:51:23,951 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:23 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6M82WNl2', 'Content-Type': 'application/json', 'Content-Length': '13477', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:23,951 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"e0c597f8-4aa4-485c-b19c-c46b564550a5","name":"hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907","descriptio...' 2024-02-28 10:51:23,951 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-aba01389:snapshot/hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907:/0. 2024-02-28 10:51:23,952 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-aba01389.hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:23,975 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "67efbbb4-b30f-4e6a-b754-9e064940c7a3", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-560ee3d1.hca_dev_83f5188e3bf749569544cea4f8997756__20210929_20211007.links`\n JOIN UNNEST(['c4']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:24,016 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.254s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903&limit=2 2024-02-28 10:51:24,016 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6dyqyq8X', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,016 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"8635ff71-8513-48ea-a8d9-f4432f6fcc32","name":"hca_dev_3cfcdff5dee14a7ba591c09c...' 2024-02-28 10:51:24,017 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/8635ff71-8513-48ea-a8d9-f4432f6fcc32' 2024-02-28 10:51:24,017 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:24,096 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.298s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916&limit=2 2024-02-28 10:51:24,096 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:23 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aGK59bAb', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,096 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"69525f31-1a87-4a22-9ea3-e10ade1b7343","name":"hca_dev_ae71be1dddd84feb9bed24c3...' 2024-02-28 10:51:24,097 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/69525f31-1a87-4a22-9ea3-e10ade1b7343' 2024-02-28 10:51:24,098 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:24,148 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903&limit=2' 2024-02-28 10:51:24,149 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:24,150 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.295s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903&limit=2 2024-02-28 10:51:24,150 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6zxGJlBr', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,150 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"155a019c-ca47-432d-939b-6e51d5bec730","name":"hca_dev_60ea42e1af4942f58164d641...' 2024-02-28 10:51:24,151 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.369s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903&limit=2 2024-02-28 10:51:24,151 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/155a019c-ca47-432d-939b-6e51d5bec730' 2024-02-28 10:51:24,151 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eObVLR8a', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,151 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:24,152 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"0522bcb4-e8f9-4c0b-936b-b2d729cbcac7","name":"hca_dev_87d52a86bdc7440cb84d170f...' 2024-02-28 10:51:24,153 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/0522bcb4-e8f9-4c0b-936b-b2d729cbcac7' 2024-02-28 10:51:24,153 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:24,217 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.360s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a6ffed95-9d29-4484-a5db-c080a6278665 2024-02-28 10:51:24,217 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a837DdzR', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,217 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"a6ffed95-9d29-4484-a5db-c080a6278665","name":"hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903","descriptio...' 2024-02-28 10:51:24,218 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-766bfb76:snapshot/hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903:/0. 2024-02-28 10:51:24,218 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-766bfb76.hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:24,312 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.295s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/8635ff71-8513-48ea-a8d9-f4432f6fcc32 2024-02-28 10:51:24,312 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'emD3Lbn3', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,312 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"8635ff71-8513-48ea-a8d9-f4432f6fcc32","name":"hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903","descriptio...' 2024-02-28 10:51:24,312 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b08233fa:snapshot/hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903:/0. 2024-02-28 10:51:24,312 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b08233fa.hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:24,378 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.229s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903&limit=2 2024-02-28 10:51:24,378 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e4ldn03e', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,378 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"fcca83ce-9015-42ae-a846-504cefa7902a","name":"hca_dev_2086eb0510b9432bb7f0169c...' 2024-02-28 10:51:24,379 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/fcca83ce-9015-42ae-a846-504cefa7902a' 2024-02-28 10:51:24,379 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:24,397 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "485a360f-d696-45f4-999f-5df2bf24c57c", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-dbc582d9.hca_dev_dbcd4b1d31bd4eb594e150e8706fa192__20210827_20210902.links`\n JOIN UNNEST(['4']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:24,445 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.347s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/69525f31-1a87-4a22-9ea3-e10ade1b7343 2024-02-28 10:51:24,445 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVMrOvAE', 'Content-Type': 'application/json', 'Content-Length': '13489', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,445 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"69525f31-1a87-4a22-9ea3-e10ade1b7343","name":"hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916","descriptio...' 2024-02-28 10:51:24,446 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-1dce87e5:snapshot/hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916:bb/0. 2024-02-28 10:51:24,446 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1dce87e5.hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916.links`\n JOIN UNNEST(['bb']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:24,458 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.306s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/155a019c-ca47-432d-939b-6e51d5bec730 2024-02-28 10:51:24,458 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e1WKGNwk', 'Content-Type': 'application/json', 'Content-Length': '13487', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,458 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"155a019c-ca47-432d-939b-6e51d5bec730","name":"hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903","descriptio...' 2024-02-28 10:51:24,458 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-da221b1a:snapshot/hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903:97/0. 2024-02-28 10:51:24,459 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-da221b1a.hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903.links`\n JOIN UNNEST(['97']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:24,482 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.329s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/0522bcb4-e8f9-4c0b-936b-b2d729cbcac7 2024-02-28 10:51:24,482 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:23 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ajrdojZ5', 'Content-Type': 'application/json', 'Content-Length': '13479', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,482 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"0522bcb4-e8f9-4c0b-936b-b2d729cbcac7","name":"hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903","descriptio...' 2024-02-28 10:51:24,483 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-8eb2ffd1:snapshot/hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903:/0. 2024-02-28 10:51:24,483 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-8eb2ffd1.hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:24,553 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903&limit=2' 2024-02-28 10:51:24,554 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:24,638 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.259s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/fcca83ce-9015-42ae-a846-504cefa7902a 2024-02-28 10:51:24,638 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:24 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aAkOkN03', 'Content-Type': 'application/json', 'Content-Length': '13478', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,639 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"fcca83ce-9015-42ae-a846-504cefa7902a","name":"hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903","descriptio...' 2024-02-28 10:51:24,639 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-c808badb:snapshot/hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903:/0. 2024-02-28 10:51:24,639 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c808badb.hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:24,805 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.252s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903&limit=2 2024-02-28 10:51:24,805 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:23 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pLnk8Z8r', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:24,806 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"a21be4c9-9778-4713-bc31-1a1c905a6ad3","name":"hca_dev_116965f3f09447699d28ae67...' 2024-02-28 10:51:24,806 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a21be4c9-9778-4713-bc31-1a1c905a6ad3' 2024-02-28 10:51:24,807 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:24,827 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "5ddc1c34-d741-4c9e-947a-005f850ae89f", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-aba01389.hca_dev_7b947aa243a74082afff222a3e3a4635__20210831_20210907.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:24,996 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903&limit=2' 2024-02-28 10:51:24,996 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:25,060 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.254s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a21be4c9-9778-4713-bc31-1a1c905a6ad3 2024-02-28 10:51:25,061 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXVGL7y7', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,061 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"a21be4c9-9778-4713-bc31-1a1c905a6ad3","name":"hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903","descriptio...' 2024-02-28 10:51:25,061 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-ff0a2fe7:snapshot/hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903:/0. 2024-02-28 10:51:25,061 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ff0a2fe7.hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:25,137 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "8e52dd0b-ea1b-45e6-aeb0-ff49595442c4", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-766bfb76.hca_dev_2ef3655a973d4d699b4121fa4041eed7__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,257 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.262s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903&limit=2 2024-02-28 10:51:25,258 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WRlrl57', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,258 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"9b53159b-d0b8-44e7-8871-ca086529709c","name":"hca_dev_f86f1ab41fbb4510ae353ffd...' 2024-02-28 10:51:25,258 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9b53159b-d0b8-44e7-8871-ca086529709c' 2024-02-28 10:51:25,259 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:25,277 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "7e8ec0bb-6ddf-4d98-ab61-2e78ecef06d2", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b08233fa.hca_dev_3cfcdff5dee14a7ba591c09c6e850b11__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,291 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "1908b12c-a890-4c68-a0f2-77a4b1f3d5d1", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-da221b1a.hca_dev_60ea42e1af4942f58164d641fdb696bc__20210827_20210903.links`\n JOIN UNNEST(['97']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,299 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902&limit=2' 2024-02-28 10:51:25,299 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:25,305 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "839f0020-706e-400e-8ceb-8b640ba34d7e", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-8eb2ffd1.hca_dev_87d52a86bdc7440cb84d170f7dc346d9__20210830_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,318 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "a5483fc8-a8ce-4c02-9856-d47a2fbe8e3c", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1dce87e5.hca_dev_ae71be1dddd84feb9bed24c3ddb6e1ad__20210916_20210916.links`\n JOIN UNNEST(['bb']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,434 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215&limit=2' 2024-02-28 10:51:25,434 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:25,469 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903&limit=2' 2024-02-28 10:51:25,470 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:25,479 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903&limit=2' 2024-02-28 10:51:25,480 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:25,482 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903&limit=2' 2024-02-28 10:51:25,482 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:25,490 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.231s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/9b53159b-d0b8-44e7-8871-ca086529709c 2024-02-28 10:51:25,490 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a5JKxbzZ', 'Content-Type': 'application/json', 'Content-Length': '13480', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,490 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"9b53159b-d0b8-44e7-8871-ca086529709c","name":"hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903","descriptio...' 2024-02-28 10:51:25,490 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-67240cf2:snapshot/hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903:/0. 2024-02-28 10:51:25,491 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-67240cf2.hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:25,528 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.229s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902&limit=2 2024-02-28 10:51:25,528 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aGzBLM1v', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,529 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"68598166-b4e2-49a0-b025-51a0159f6649","name":"hca_dev_a29952d9925e40f48a1c274f...' 2024-02-28 10:51:25,529 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/68598166-b4e2-49a0-b025-51a0159f6649' 2024-02-28 10:51:25,529 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:25,549 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "db420f0d-c48e-4d5a-8764-4123afd70e64", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-c808badb.hca_dev_2086eb0510b9432bb7f0169ccc49d270__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,661 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.227s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215&limit=2 2024-02-28 10:51:25,661 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eOMQbRgZ', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,661 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"07bd9e9a-f3d5-4ce7-a7b5-a82cf5ede5b9","name":"hca_dev_df88f39f01a84b5b92f43177...' 2024-02-28 10:51:25,662 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/07bd9e9a-f3d5-4ce7-a7b5-a82cf5ede5b9' 2024-02-28 10:51:25,662 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:25,710 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903&limit=2' 2024-02-28 10:51:25,711 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:25,850 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.371s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903&limit=2 2024-02-28 10:51:25,851 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eZAPV3RX', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,851 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"a73ed2f2-12c7-4c71-a09d-3189b0fedc26","name":"hca_dev_7adede6a0ab745e69b67ffe7...' 2024-02-28 10:51:25,851 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a73ed2f2-12c7-4c71-a09d-3189b0fedc26' 2024-02-28 10:51:25,852 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:25,855 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.385s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903&limit=2 2024-02-28 10:51:25,855 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aw3L4Xm2', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,855 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"924ed952-4c7b-455f-871b-c740b72d405f","name":"hca_dev_992aad5e7fab46d9a47ddf71...' 2024-02-28 10:51:25,856 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/924ed952-4c7b-455f-871b-c740b72d405f' 2024-02-28 10:51:25,857 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:25,858 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.376s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903&limit=2 2024-02-28 10:51:25,858 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aDN70w77', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,859 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"05ed25dc-408d-4045-998d-6166fc2c3293","name":"hca_dev_eaefa1b6dae14414953b17b0...' 2024-02-28 10:51:25,859 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/05ed25dc-408d-4045-998d-6166fc2c3293' 2024-02-28 10:51:25,859 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:25,875 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "5d2fd976-b985-47a5-826e-22f97056da94", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-ff0a2fe7.hca_dev_116965f3f09447699d28ae675c1b569c__20210827_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:25,982 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.452s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/68598166-b4e2-49a0-b025-51a0159f6649 2024-02-28 10:51:25,982 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pQ8jMNkE', 'Content-Type': 'application/json', 'Content-Length': '13485', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:25,982 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"68598166-b4e2-49a0-b025-51a0159f6649","name":"hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902","descriptio...' 2024-02-28 10:51:25,983 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-9ec7beb6:snapshot/hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902:/0. 2024-02-28 10:51:25,983 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-9ec7beb6.hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,007 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.296s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903&limit=2 2024-02-28 10:51:26,007 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'plZ813Ol', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,007 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"806a9a68-1804-4234-85e1-aac7cdbffd73","name":"hca_dev_b51f49b40d2e4cbdbbd504cd...' 2024-02-28 10:51:26,008 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/806a9a68-1804-4234-85e1-aac7cdbffd73' 2024-02-28 10:51:26,008 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:26,017 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902&limit=2' 2024-02-28 10:51:26,018 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:26,053 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.390s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/07bd9e9a-f3d5-4ce7-a7b5-a82cf5ede5b9 2024-02-28 10:51:26,053 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6gBE4Eg8', 'Content-Type': 'application/json', 'Content-Length': '13475', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,053 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"07bd9e9a-f3d5-4ce7-a7b5-a82cf5ede5b9","name":"hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215","descriptio...' 2024-02-28 10:51:26,053 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-8709b362:snapshot/hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215:/0. 2024-02-28 10:51:26,054 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-8709b362.hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,292 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.433s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/05ed25dc-408d-4045-998d-6166fc2c3293 2024-02-28 10:51:26,293 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:25 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aE4KJw0Z', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,293 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"05ed25dc-408d-4045-998d-6166fc2c3293","name":"hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903","descriptio...' 2024-02-28 10:51:26,293 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-dbc3e131:snapshot/hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903:1/0. 2024-02-28 10:51:26,293 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-dbc3e131.hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,313 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.295s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902&limit=2 2024-02-28 10:51:26,314 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pLM1WOK7', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,314 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"477240da-1ce8-422a-aef4-cc2cf65dd539","name":"hca_dev_379ed69ebe0548bcaf5ea7fc...' 2024-02-28 10:51:26,315 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/477240da-1ce8-422a-aef4-cc2cf65dd539' 2024-02-28 10:51:26,315 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:26,428 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.571s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/924ed952-4c7b-455f-871b-c740b72d405f 2024-02-28 10:51:26,428 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a9YK0vZM', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,428 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"924ed952-4c7b-455f-871b-c740b72d405f","name":"hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903","descriptio...' 2024-02-28 10:51:26,428 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-a6312a94:snapshot/hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903:9/0. 2024-02-28 10:51:26,429 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-a6312a94.hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903.links`\n JOIN UNNEST(['9']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,438 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.429s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/806a9a68-1804-4234-85e1-aac7cdbffd73 2024-02-28 10:51:26,438 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'awN2Jkl6', 'Content-Type': 'application/json', 'Content-Length': '13486', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,438 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"806a9a68-1804-4234-85e1-aac7cdbffd73","name":"hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903","descriptio...' 2024-02-28 10:51:26,438 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-0b465564:snapshot/hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903:1/0. 2024-02-28 10:51:26,438 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (279 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0b465564.hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,450 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.598s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a73ed2f2-12c7-4c71-a09d-3189b0fedc26 2024-02-28 10:51:26,450 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e18RJz4k', 'Content-Type': 'application/json', 'Content-Length': '13488', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,450 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"a73ed2f2-12c7-4c71-a09d-3189b0fedc26","name":"hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903","descriptio...' 2024-02-28 10:51:26,450 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-4747d8fe:snapshot/hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903:14/0. 2024-02-28 10:51:26,451 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4747d8fe.hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903.links`\n JOIN UNNEST(['14']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,497 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "ea2dbbc4-8493-47db-b5d5-b57592a769b1", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-67240cf2.hca_dev_f86f1ab41fbb4510ae353ffd752d4dfc__20210901_20210903.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:26,543 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.228s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/477240da-1ce8-422a-aef4-cc2cf65dd539 2024-02-28 10:51:26,543 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'aK4YdDvK', 'Content-Type': 'application/json', 'Content-Length': '13483', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:26,543 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"477240da-1ce8-422a-aef4-cc2cf65dd539","name":"hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902","descriptio...' 2024-02-28 10:51:26,544 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-1720b3c5:snapshot/hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902:/0. 2024-02-28 10:51:26,544 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1720b3c5.hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:26,664 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14&limit=2' 2024-02-28 10:51:26,664 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:26,818 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "8e01d6c6-454f-453d-9572-77ed7303385d", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-9ec7beb6.hca_dev_a29952d9925e40f48a1c274f118f1f51__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:26,982 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907&limit=2' 2024-02-28 10:51:26,982 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:27,018 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "3e4deea2-0d63-4e4b-ba63-4bdd15f062d9", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-8709b362.hca_dev_df88f39f01a84b5b92f43177d6c0f242__20210827_20230215.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:27,056 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.391s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14&limit=2 2024-02-28 10:51:27,057 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6gWM3GmJ', 'Content-Type': 'application/json', 'Content-Length': '919', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,057 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"e785046f-93af-4c79-94b1-d8d0b4c04689","name":"hca_dev_dc1a41f69e0942a6959e3be2...' 2024-02-28 10:51:27,058 INFO ThreadPoolExecutor-0_4 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e785046f-93af-4c79-94b1-d8d0b4c04689' 2024-02-28 10:51:27,058 DEBUG ThreadPoolExecutor-0_4 azul.terra: … without request body 2024-02-28 10:51:27,189 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902&limit=2' 2024-02-28 10:51:27,190 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:27,195 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.213s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907&limit=2 2024-02-28 10:51:27,195 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'plzWY9jE', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,195 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"2d6116af-ceb1-4324-ba47-65fbc4202028","name":"hca_dev_8c3c290ddfff4553886854ce...' 2024-02-28 10:51:27,196 INFO ThreadPoolExecutor-0_1 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2d6116af-ceb1-4324-ba47-65fbc4202028' 2024-02-28 10:51:27,196 DEBUG ThreadPoolExecutor-0_1 azul.terra: … without request body 2024-02-28 10:51:27,201 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "9eacbbf8-2c83-4093-9567-3ef7413accf8", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-dbc3e131.hca_dev_eaefa1b6dae14414953b17b0427d061e__20210827_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:27,278 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "4bb29d83-436d-4ae3-b339-6703ca9be15e", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0b465564.hca_dev_b51f49b40d2e4cbdbbd504cd171fc2fa__20210830_20210903.links`\n JOIN UNNEST(['1']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:27,298 INFO ThreadPoolExecutor-0_4 azul.terra: Got 200 response after 0.240s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/e785046f-93af-4c79-94b1-d8d0b4c04689 2024-02-28 10:51:27,298 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pngvmoD1', 'Content-Type': 'application/json', 'Content-Length': '13493', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,298 DEBUG ThreadPoolExecutor-0_4 azul.terra: … with response body b'{"id":"e785046f-93af-4c79-94b1-d8d0b4c04689","name":"hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14","desc...' 2024-02-28 10:51:27,299 INFO ThreadPoolExecutor-0_4 __main__: TDR client is authorized for API access to tdr:datarepo-dev-3b058b81:snapshot/hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14:/0. 2024-02-28 10:51:27,299 DEBUG ThreadPoolExecutor-0_4 azul.terra: Query (284 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3b058b81.hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:27,368 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "2513d0fc-92a0-4652-8bad-3b1ac4a66f70", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-a6312a94.hca_dev_992aad5e7fab46d9a47ddf715e8cfd24__20210830_20210903.links`\n JOIN UNNEST(['9']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:27,376 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404&limit=2' 2024-02-28 10:51:27,376 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:27,401 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "32b041f5-6f41-43d9-ab9a-ded88a85c8c7", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-1720b3c5.hca_dev_379ed69ebe0548bcaf5ea7fc589709bf__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:27,407 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.217s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902&limit=2 2024-02-28 10:51:27,407 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:26 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6v1nngDZ', 'Content-Type': 'application/json', 'Content-Length': '907', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,407 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"385eb563-005e-43ed-adb7-d3c9e0a8ae93","name":"hca_dev_a96b71c078a742d188ce83c7...' 2024-02-28 10:51:27,408 INFO ThreadPoolExecutor-0_6 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/385eb563-005e-43ed-adb7-d3c9e0a8ae93' 2024-02-28 10:51:27,408 DEBUG ThreadPoolExecutor-0_6 azul.terra: … without request body 2024-02-28 10:51:27,433 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404&limit=2' 2024-02-28 10:51:27,434 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:27,435 INFO ThreadPoolExecutor-0_1 azul.terra: Got 200 response after 0.239s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/2d6116af-ceb1-4324-ba47-65fbc4202028 2024-02-28 10:51:27,435 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6WbxrLb7', 'Content-Type': 'application/json', 'Content-Length': '13492', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,436 DEBUG ThreadPoolExecutor-0_1 azul.terra: … with response body b'{"id":"2d6116af-ceb1-4324-ba47-65fbc4202028","name":"hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907","descriptio...' 2024-02-28 10:51:27,436 INFO ThreadPoolExecutor-0_1 __main__: TDR client is authorized for API access to tdr:datarepo-dev-0c5c20b5:snapshot/hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907:0f/0. 2024-02-28 10:51:27,436 DEBUG ThreadPoolExecutor-0_1 azul.terra: Query (280 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0c5c20b5.hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907.links`\n JOIN UNNEST(['0f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:27,501 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "9c993475-4cdd-400d-ba26-5c59dce62609", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-4747d8fe.hca_dev_7adede6a0ab745e69b67ffe7466bec1f__20210830_20210903.links`\n JOIN UNNEST(['14']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:27,534 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2&limit=2' 2024-02-28 10:51:27,534 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:27,554 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2&limit=2' 2024-02-28 10:51:27,554 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:27,596 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.220s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404&limit=2 2024-02-28 10:51:27,596 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a8qYJYVe', 'Content-Type': 'application/json', 'Content-Length': '915', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,596 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"96c6482b-7949-4d6e-894b-371149e85134","name":"lungmap_dev_1bdcecde16be420888f4...' 2024-02-28 10:51:27,597 INFO ThreadPoolExecutor-0_3 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/96c6482b-7949-4d6e-894b-371149e85134' 2024-02-28 10:51:27,598 DEBUG ThreadPoolExecutor-0_3 azul.terra: … without request body 2024-02-28 10:51:27,633 INFO ThreadPoolExecutor-0_6 azul.terra: Got 200 response after 0.225s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/385eb563-005e-43ed-adb7-d3c9e0a8ae93 2024-02-28 10:51:27,633 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'e171ZzG4', 'Content-Type': 'application/json', 'Content-Length': '13476', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,633 DEBUG ThreadPoolExecutor-0_6 azul.terra: … with response body b'{"id":"385eb563-005e-43ed-adb7-d3c9e0a8ae93","name":"hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902","descriptio...' 2024-02-28 10:51:27,634 INFO ThreadPoolExecutor-0_6 __main__: TDR client is authorized for API access to tdr:datarepo-dev-7b7daff7:snapshot/hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902:/0. 2024-02-28 10:51:27,634 DEBUG ThreadPoolExecutor-0_6 azul.terra: Query (278 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-7b7daff7.hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:27,641 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.207s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404&limit=2 2024-02-28 10:51:27,641 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ebydk8Dy', 'Content-Type': 'application/json', 'Content-Length': '915', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,641 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"23f0064e-3615-4009-9dfc-60583f92064e","name":"lungmap_dev_2620497955a349b28d2b...' 2024-02-28 10:51:27,642 INFO ThreadPoolExecutor-0_0 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/23f0064e-3615-4009-9dfc-60583f92064e' 2024-02-28 10:51:27,642 DEBUG ThreadPoolExecutor-0_0 azul.terra: … without request body 2024-02-28 10:51:27,657 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2&limit=2' 2024-02-28 10:51:27,657 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:27,775 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.240s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2&limit=2 2024-02-28 10:51:27,775 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'a0Jvr7EQ', 'Content-Type': 'application/json', 'Content-Length': '923', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,775 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"a45481be-52fe-4458-b926-37b82fb0b04a","name":"lungmap_dev_f899709cae2c4bb988f0...' 2024-02-28 10:51:27,775 INFO ThreadPoolExecutor-0_2 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a45481be-52fe-4458-b926-37b82fb0b04a' 2024-02-28 10:51:27,776 DEBUG ThreadPoolExecutor-0_2 azul.terra: … without request body 2024-02-28 10:51:27,848 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.294s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2&limit=2 2024-02-28 10:51:27,848 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eZQVX5RA', 'Content-Type': 'application/json', 'Content-Length': '923', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,848 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"da13c055-9b6e-4539-be07-230f662b0273","name":"lungmap_dev_00f056f273ff43ac97ff...' 2024-02-28 10:51:27,849 INFO ThreadPoolExecutor-0_7 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/da13c055-9b6e-4539-be07-230f662b0273' 2024-02-28 10:51:27,849 DEBUG ThreadPoolExecutor-0_7 azul.terra: … without request body 2024-02-28 10:51:27,979 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.322s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots?filter=lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2&limit=2 2024-02-28 10:51:27,979 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ajQL3Alx', 'Content-Type': 'application/json', 'Content-Length': '923', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,979 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"total":159,"filteredTotal":1,"items":[{"id":"3739a9ee-e7d7-4ced-860d-cf89e81d4437","name":"lungmap_dev_20037472ea1d4ddb9cd3...' 2024-02-28 10:51:27,980 INFO ThreadPoolExecutor-0_5 azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/3739a9ee-e7d7-4ced-860d-cf89e81d4437' 2024-02-28 10:51:27,981 DEBUG ThreadPoolExecutor-0_5 azul.terra: … without request body 2024-02-28 10:51:27,985 INFO ThreadPoolExecutor-0_3 azul.terra: Got 200 response after 0.388s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/96c6482b-7949-4d6e-894b-371149e85134 2024-02-28 10:51:27,986 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'ebyJ8RQB', 'Content-Type': 'application/json', 'Content-Length': '13485', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:27,986 DEBUG ThreadPoolExecutor-0_3 azul.terra: … with response body b'{"id":"96c6482b-7949-4d6e-894b-371149e85134","name":"lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404","descri...' 2024-02-28 10:51:27,987 INFO ThreadPoolExecutor-0_3 __main__: TDR client is authorized for API access to tdr:datarepo-dev-5d9526e0:snapshot/lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404:/0. 2024-02-28 10:51:27,987 DEBUG ThreadPoolExecutor-0_3 azul.terra: Query (282 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-5d9526e0.lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:28,131 INFO ThreadPoolExecutor-0_0 azul.terra: Got 200 response after 0.490s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/23f0064e-3615-4009-9dfc-60583f92064e 2024-02-28 10:51:28,131 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pn3RxERy', 'Content-Type': 'application/json', 'Content-Length': '13491', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:28,132 DEBUG ThreadPoolExecutor-0_0 azul.terra: … with response body b'{"id":"23f0064e-3615-4009-9dfc-60583f92064e","name":"lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404","descri...' 2024-02-28 10:51:28,132 INFO ThreadPoolExecutor-0_0 __main__: TDR client is authorized for API access to tdr:datarepo-dev-8de6d66b:snapshot/lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404:/0. 2024-02-28 10:51:28,133 DEBUG ThreadPoolExecutor-0_0 azul.terra: Query (282 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-8de6d66b.lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:28,150 DEBUG ThreadPoolExecutor-0_4 azul.terra: Job info: {"job_id": "b507e36c-fd69-4d67-b0f9-fc952e49293b", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-3b058b81.hca_dev_dc1a41f69e0942a6959e3be23db6da56__20210827_20220228_dcp14.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:28,186 DEBUG ThreadPoolExecutor-0_1 azul.terra: Job info: {"job_id": "e98fbf3a-8792-488b-8d1f-cf3d5c109efc", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-0c5c20b5.hca_dev_8c3c290ddfff4553886854ce45f4ba7f__20210902_20210907.links`\n JOIN UNNEST(['0f']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:28,273 INFO ThreadPoolExecutor-0_7 azul.terra: Got 200 response after 0.424s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/da13c055-9b6e-4539-be07-230f662b0273 2024-02-28 10:51:28,273 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'emg57qAN', 'Content-Type': 'application/json', 'Content-Length': '13497', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:28,273 DEBUG ThreadPoolExecutor-0_7 azul.terra: … with response body b'{"id":"da13c055-9b6e-4539-be07-230f662b0273","name":"lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2","de...' 2024-02-28 10:51:28,274 INFO ThreadPoolExecutor-0_7 __main__: TDR client is authorized for API access to tdr:datarepo-dev-b47b6759:snapshot/lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2:/0. 2024-02-28 10:51:28,274 DEBUG ThreadPoolExecutor-0_7 azul.terra: Query (286 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b47b6759.lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:28,412 INFO ThreadPoolExecutor-0_2 azul.terra: Got 200 response after 0.636s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/a45481be-52fe-4458-b926-37b82fb0b04a 2024-02-28 10:51:28,412 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eRMmNggX', 'Content-Type': 'application/json', 'Content-Length': '13499', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:28,412 DEBUG ThreadPoolExecutor-0_2 azul.terra: … with response body b'{"id":"a45481be-52fe-4458-b926-37b82fb0b04a","name":"lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2","de...' 2024-02-28 10:51:28,413 INFO ThreadPoolExecutor-0_2 __main__: TDR client is authorized for API access to tdr:datarepo-dev-d57fd0c5:snapshot/lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2:/0. 2024-02-28 10:51:28,413 DEBUG ThreadPoolExecutor-0_2 azul.terra: Query (286 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d57fd0c5.lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:28,533 DEBUG ThreadPoolExecutor-0_6 azul.terra: Job info: {"job_id": "671ccbdf-42cf-4e0f-a158-d253c09690bf", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-7b7daff7.hca_dev_a96b71c078a742d188ce83c78925cfeb__20210827_20210902.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:28,559 INFO ThreadPoolExecutor-0_5 azul.terra: Got 200 response after 0.578s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/3739a9ee-e7d7-4ced-860d-cf89e81d4437 2024-02-28 10:51:28,559 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:27 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'eXnwRyvg', 'Content-Type': 'application/json', 'Content-Length': '13499', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:28,559 DEBUG ThreadPoolExecutor-0_5 azul.terra: … with response body b'{"id":"3739a9ee-e7d7-4ced-860d-cf89e81d4437","name":"lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2","de...' 2024-02-28 10:51:28,560 INFO ThreadPoolExecutor-0_5 __main__: TDR client is authorized for API access to tdr:datarepo-dev-2e9ef7fd:snapshot/lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2:/0. 2024-02-28 10:51:28,560 DEBUG ThreadPoolExecutor-0_5 azul.terra: Query (286 characters total): "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2e9ef7fd.lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n " 2024-02-28 10:51:28,862 DEBUG ThreadPoolExecutor-0_3 azul.terra: Job info: {"job_id": "bf0665d2-1bc3-4a42-aa10-b30961c6452e", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-5d9526e0.lungmap_dev_1bdcecde16be420888f478cd2133d11d__20220401_20220404.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:28,966 DEBUG ThreadPoolExecutor-0_0 azul.terra: Job info: {"job_id": "1d27a85f-4c0d-4d6b-a93c-8272378a2799", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-8de6d66b.lungmap_dev_2620497955a349b28d2b53e0bdfcb176__20220404_20220404.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:29,125 DEBUG ThreadPoolExecutor-0_7 azul.terra: Job info: {"job_id": "153791cb-43d1-4756-a50e-aade10539351", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-b47b6759.lungmap_dev_00f056f273ff43ac97ff69ca10e38c89__20220404_20220404_lm2.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:29,386 DEBUG ThreadPoolExecutor-0_2 azul.terra: Job info: {"job_id": "6bb7688e-985c-49c3-b8d8-9e92e4696c3a", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-d57fd0c5.lungmap_dev_f899709cae2c4bb988f0131142e6c7ec__20220401_20220629_lm2.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:29,438 DEBUG ThreadPoolExecutor-0_5 azul.terra: Job info: {"job_id": "f3d086a8-c299-4d49-be19-3bff4a53da2e", "stats": {"totalBytesProcessed": "0", "totalBytesBilled": "0", "cacheHit": true}, "query": "\n SELECT prefix, COUNT(links_id) AS subgraph_count\n FROM `datarepo-dev-2e9ef7fd.lungmap_dev_20037472ea1d4ddb9cd356a11a6f0f76__20220401_20220404_lm2.links`\n JOIN UNNEST(['']) AS prefix ON STARTS_WITH(links_id, prefix)\n GROUP BY prefix\n "} 2024-02-28 10:51:29,607 INFO MainThread azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/roleMap' 2024-02-28 10:51:29,607 DEBUG MainThread azul.terra: … without request body 2024-02-28 10:51:30,142 INFO MainThread azul.terra: Got 200 response after 0.534s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/roleMap 2024-02-28 10:51:30,142 DEBUG MainThread azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:29 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': '6db4w9xb', 'Content-Type': 'application/json', 'Content-Length': '7579', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:30,142 DEBUG MainThread azul.terra: … with response body b'{"roleMap":{"a0925f5f-3d38-4f8a-a09f-f6997072dc23":["reader"],"215793b0-b991-4b73-9584-1103d4072f39":["reader"],"9bf03ef5-4f4...' 2024-02-28 10:51:30,143 INFO MainThread azul.terra: Making GET request to 'https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/roleMap' 2024-02-28 10:51:30,143 DEBUG MainThread azul.terra: … without request body 2024-02-28 10:51:30,417 INFO MainThread azul.terra: Got 200 response after 0.274s from GET to https://jade.datarepo-dev.broadinstitute.org/api/repository/v1/snapshots/roleMap 2024-02-28 10:51:30,417 DEBUG MainThread azul.terra: … with response headers HTTPHeaderDict({'Date': 'Wed, 28 Feb 2024 18:51:30 GMT', 'Server': 'Apache', 'X-Frame-Options': 'SAMEORIGIN', 'Access-Control-Allow-Headers': 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range,Authorization,Accept,Referer,X-App-Id,Origin', 'Access-Control-Allow-Methods': 'GET,POST,DELETE,PUT,PATCH,OPTIONS,HEAD', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000;includeSubDomains', 'Cache-Control': 'no-cache,no-store,must-revalidate', 'X-Request-ID': 'pVBBM0jD', 'Content-Type': 'application/json', 'Content-Length': '7979', 'Vary': 'Accept-Encoding,Origin', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}) 2024-02-28 10:51:30,417 DEBUG MainThread azul.terra: … with response body b'{"roleMap":{"a0925f5f-3d38-4f8a-a09f-f6997072dc23":["reader"],"215793b0-b991-4b73-9584-1103d4072f39":["reader"],"9bf03ef5-4f4...' python /Users/daniel/repo/azul2/scripts/check_branch.py python /Users/daniel/repo/azul2/lambdas/service/.chalice/config.json.template.py /Users/daniel/repo/azul2/lambdas/service/.chalice/config.json [INFO] 2024-02-28T10:51:32.143Z 00010ca1-b0ba-466f-8c58-dabbad000000 botocore.credentials Found credentials in shared credentials file: ~/.aws/credentials Creating /Users/daniel/repo/azul2/lambdas/service/.chalice/config.json python -m unittest -v integration_test 2024-02-28 10:51:34,519 INFO MainThread botocore.credentials: Found credentials in shared credentials file: ~/.aws/credentials 2024-02-28 10:51:35,119 DEBUG MainThread azul.es: Creating ES client [vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443] 2024-02-28 10:51:35,166 INFO MainThread botocore.credentials: Found credentials in environment variables. 2024-02-28 10:51:35,167 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_files 2024-02-28 10:51:35,167 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:35,551 INFO MainThread elasticsearch: Got 200 response after 0.384s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_files 2024-02-28 10:51:35,551 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_files":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.donor…' 2024-02-28 10:51:35,555 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_files_aggregate 2024-02-28 10:51:35,555 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:35,651 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_files_aggregate 2024-02-28 10:51:35,651 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_files_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"cont…' 2024-02-28 10:51:35,654 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_cell_suspensions 2024-02-28 10:51:35,654 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:35,753 INFO MainThread elasticsearch: Got 200 response after 0.099s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_cell_suspensions 2024-02-28 10:51:35,754 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_cell_suspensions":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"con…' 2024-02-28 10:51:35,756 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_cell_suspensions_aggregate 2024-02-28 10:51:35,756 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:35,863 INFO MainThread elasticsearch: Got 200 response after 0.107s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_cell_suspensions_aggregate 2024-02-28 10:51:35,864 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_cell_suspensions_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_m…' 2024-02-28 10:51:35,867 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_samples 2024-02-28 10:51:35,867 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:35,962 INFO MainThread elasticsearch: Got 200 response after 0.095s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_samples 2024-02-28 10:51:35,962 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_samples":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.don…' 2024-02-28 10:51:35,964 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_samples_aggregate 2024-02-28 10:51:35,965 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,065 INFO MainThread elasticsearch: Got 200 response after 0.101s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_samples_aggregate 2024-02-28 10:51:36,066 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_samples_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"co…' 2024-02-28 10:51:36,068 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_projects 2024-02-28 10:51:36,068 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,166 INFO MainThread elasticsearch: Got 200 response after 0.097s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_projects 2024-02-28 10:51:36,166 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_projects":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.do…' 2024-02-28 10:51:36,169 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_projects_aggregate 2024-02-28 10:51:36,169 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,265 INFO MainThread elasticsearch: Got 200 response after 0.095s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_projects_aggregate 2024-02-28 10:51:36,265 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_projects_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"c…' 2024-02-28 10:51:36,268 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_bundles 2024-02-28 10:51:36,268 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,364 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_bundles 2024-02-28 10:51:36,365 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_bundles":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.don…' 2024-02-28 10:51:36,368 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_bundles_aggregate 2024-02-28 10:51:36,368 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,464 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_bundles_aggregate 2024-02-28 10:51:36,465 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_bundles_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"co…' 2024-02-28 10:51:36,467 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_replica 2024-02-28 10:51:36,468 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,558 INFO MainThread elasticsearch: Got 200 response after 0.091s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_dcp3-it_replica 2024-02-28 10:51:36,559 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_dcp3-it_replica":{"aliases":{},"mappings":{"dynamic_templates":[{"strings_as_text":{"match_mapping_type":"stri…' 2024-02-28 10:51:36,560 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_files 2024-02-28 10:51:36,560 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,655 INFO MainThread elasticsearch: Got 200 response after 0.095s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_files 2024-02-28 10:51:36,655 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_files":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.do…' 2024-02-28 10:51:36,657 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_files_aggregate 2024-02-28 10:51:36,657 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,755 INFO MainThread elasticsearch: Got 200 response after 0.098s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_files_aggregate 2024-02-28 10:51:36,755 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_files_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"c…' 2024-02-28 10:51:36,758 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_cell_suspensions 2024-02-28 10:51:36,758 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,854 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_cell_suspensions 2024-02-28 10:51:36,854 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_cell_suspensions":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"…' 2024-02-28 10:51:36,857 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_cell_suspensions_aggregate 2024-02-28 10:51:36,857 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:36,953 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_cell_suspensions_aggregate 2024-02-28 10:51:36,954 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_cell_suspensions_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"pat…' 2024-02-28 10:51:36,956 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_samples 2024-02-28 10:51:36,956 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,056 INFO MainThread elasticsearch: Got 200 response after 0.099s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_samples 2024-02-28 10:51:37,056 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_samples":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.…' 2024-02-28 10:51:37,058 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_samples_aggregate 2024-02-28 10:51:37,059 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,156 INFO MainThread elasticsearch: Got 200 response after 0.097s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_samples_aggregate 2024-02-28 10:51:37,156 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_samples_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":…' 2024-02-28 10:51:37,158 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_projects 2024-02-28 10:51:37,158 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,266 INFO MainThread elasticsearch: Got 200 response after 0.107s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_projects 2024-02-28 10:51:37,266 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_projects":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents…' 2024-02-28 10:51:37,269 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_projects_aggregate 2024-02-28 10:51:37,269 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,365 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_projects_aggregate 2024-02-28 10:51:37,365 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_projects_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match"…' 2024-02-28 10:51:37,367 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_bundles 2024-02-28 10:51:37,367 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,464 INFO MainThread elasticsearch: Got 200 response after 0.097s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_bundles 2024-02-28 10:51:37,464 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_bundles":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.…' 2024-02-28 10:51:37,466 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_bundles_aggregate 2024-02-28 10:51:37,467 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,561 INFO MainThread elasticsearch: Got 200 response after 0.094s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_bundles_aggregate 2024-02-28 10:51:37,561 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_bundles_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":…' 2024-02-28 10:51:37,564 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_replica 2024-02-28 10:51:37,564 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,658 INFO MainThread elasticsearch: Got 200 response after 0.094s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lungmap-it_replica 2024-02-28 10:51:37,658 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lungmap-it_replica":{"aliases":{},"mappings":{"dynamic_templates":[{"strings_as_text":{"match_mapping_type":"s…' 2024-02-28 10:51:37,660 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_files 2024-02-28 10:51:37,660 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,754 INFO MainThread elasticsearch: Got 200 response after 0.094s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_files 2024-02-28 10:51:37,754 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_files":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.donors…' 2024-02-28 10:51:37,757 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_files_aggregate 2024-02-28 10:51:37,757 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,865 INFO MainThread elasticsearch: Got 200 response after 0.108s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_files_aggregate 2024-02-28 10:51:37,865 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_files_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"conte…' 2024-02-28 10:51:37,867 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_cell_suspensions 2024-02-28 10:51:37,867 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:37,964 INFO MainThread elasticsearch: Got 200 response after 0.097s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_cell_suspensions 2024-02-28 10:51:37,964 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_cell_suspensions":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"cont…' 2024-02-28 10:51:37,967 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_cell_suspensions_aggregate 2024-02-28 10:51:37,967 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,063 INFO MainThread elasticsearch: Got 200 response after 0.096s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_cell_suspensions_aggregate 2024-02-28 10:51:38,063 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_cell_suspensions_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_ma…' 2024-02-28 10:51:38,066 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_samples 2024-02-28 10:51:38,066 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,166 INFO MainThread elasticsearch: Got 200 response after 0.100s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_samples 2024-02-28 10:51:38,166 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_samples":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.dono…' 2024-02-28 10:51:38,169 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_samples_aggregate 2024-02-28 10:51:38,169 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,272 INFO MainThread elasticsearch: Got 200 response after 0.103s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_samples_aggregate 2024-02-28 10:51:38,272 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_samples_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"con…' 2024-02-28 10:51:38,274 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_projects 2024-02-28 10:51:38,274 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,377 INFO MainThread elasticsearch: Got 200 response after 0.103s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_projects 2024-02-28 10:51:38,378 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_projects":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.don…' 2024-02-28 10:51:38,381 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_projects_aggregate 2024-02-28 10:51:38,381 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,479 INFO MainThread elasticsearch: Got 200 response after 0.097s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_projects_aggregate 2024-02-28 10:51:38,479 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_projects_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"co…' 2024-02-28 10:51:38,482 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_bundles 2024-02-28 10:51:38,482 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,577 INFO MainThread elasticsearch: Got 200 response after 0.095s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_bundles 2024-02-28 10:51:38,577 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_bundles":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"contents.dono…' 2024-02-28 10:51:38,580 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_bundles_aggregate 2024-02-28 10:51:38,581 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,678 INFO MainThread elasticsearch: Got 200 response after 0.098s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_bundles_aggregate 2024-02-28 10:51:38,678 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_bundles_aggregate":{"aliases":{},"mappings":{"dynamic_templates":[{"donor_age_range":{"path_match":"con…' 2024-02-28 10:51:38,682 INFO MainThread elasticsearch: Making GET request to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_replica 2024-02-28 10:51:38,682 INFO MainThread elasticsearch: … without request body 2024-02-28 10:51:38,776 INFO MainThread elasticsearch: Got 200 response after 0.094s from GET to https://vpc-azul-index-sandbox-mcwjphhhdivigzrsrdmxm2uude.us-east-1.es.amazonaws.com:443/azul_v2_daniel_lm2-it_replica 2024-02-28 10:51:38,776 INFO MainThread elasticsearch: … with response body '{"azul_v2_daniel_lm2-it_replica":{"aliases":{},"mappings":{"dynamic_templates":[{"strings_as_text":{"match_mapping_type":"strin…' test_local_chalice (integration_test.AzulChaliceLocalIntegrationTest.test_local_chalice) ... 2024-02-28 10:51:38,833 INFO Thread-2 (process_request_thread) azul.chalice: Received GET request for '/', with {"query": null, "headers": {"host": "127.0.0.1:8000", "user-agent": "python-requests/2.31.0", "accept-encoding": "gzip, deflate, br", "accept": "*/*", "connection": "keep-alive"}}. 2024-02-28 10:51:38,833 INFO Thread-2 (process_request_thread) azul.chalice: Did not authenticate request. 2024-02-28 10:51:38,835 DEBUG Thread-2 (process_request_thread) azul.chalice: Returning 200 response with headers {"Content-Type": "text/html", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "Authorization,Content-Type,X-Amz-Date,X-Amz-Security-Token,X-Api-Key", "Strict-Transport-Security": "max-age=31536000; includeSubDomains"}. See next line for the first 1024 characters of the body. Swagger UI