Skip to content

feat: GONRG-6989, SDUtil feature to work with new gc implementation

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • No
  • Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Updates description?

  • Added new optional key argument --data_partition_id support (example: python sdutil cp sd://gc-test/gc-test/_file_ _file_ --idtoken=$ID_TOKEN --data_partition_id=$DATA_PARTITION_ID)

  • Added update_header_if_data_partition_id_provided method to add data-partition-id header in SeismicStoreService class

  • Added gc provider to sdlib/api/providers

  • Updated DefaultAuthService class:

    • added optional instance data_partition_id attribute
    • added get_data_partition_id method
Edited by Bohdan Solianyk [EPAM / GCP]

Merge request reports