[BigQuery] Partial provision is calling copy data to unified for all stagings

Description

CAPL - Bug default text according to the team DoR (Definition of Ready)

01 - PERSON OF CONTACT (PERSON THAT CAN ANSWER QUESTIONS ABOUT THE PROBLEM):

@Cindy de Araujo Soares Moore
02 - PROBLEM (WHAT'S THE ISSUE?):

The partial provision was created to provision only tables that had issues during the full provision avoiding the high cost of provisioning all tables again. However, this operation triggers the copy of data to the unified tenant in any circumstances. It is not checking the list of tables passed in the request.

03 - STEPS TO REPRODUCE (STEP (1...N), VIDEO, SCREENSHOTS, LOGS FOLDER, HEARTBEAT, ETC. – IF IS NOT POSSIBLE TO REPRODUCE EXPLAIN THE REASON):

04 - LINKS (ADD A LINK TO THE BUG OR TO THE TENANT):
05 - EXPECTED BEHAVIOR (LIST THE EXPECTED BEHAVIORS TO CONSIDER THIS BUG AS DONE):

  • When a partial provision task triggers copy data, it should copy data only for staging tables mentioned in the request's body.