'Big Query - Table 'Copy' from Console Not working, But the same works fine from bq CLI

Across project level when trying to Copying the tables in big query, it works fine using bq CLI but not from Console.

Big Query --> Project:Dataset.tableXYZ --> Open --> 'Copy' --> provide_destination_table_name --> 'Copy'

it keeps running forever.

The same works fine from bq command!

ksiva@DESKTOP-K361VKU:~$ bq cp databerries:targeting.ksiva_test_display_creatives_300x250Targeting databerries:targeting.ksiva_test_display_creatives_300x250Targeting_copy
Waiting on bqjob_r204fd137b63ee21f_00000180605848fc_1 ... (0s) Current status: DONE
Table 'databerries:targeting.ksiva_test_display_creatives_300x250Targeting' successfully copied to 'databerries:targeting.ksiva_test_display_creatives_300x250Targeting_copy'
ksiva@DESKTOP-K361VKU:~$```



Solution 1:[1]

Thanks! Yes it was an issue with google console indeed and it seems to be started working now.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kart Craze