1. Copy tables from one project to other project

       for ex : 

        gsutil cp -r gs://cs-ew1-carbon-footprint-dev-staging/Fix_The_Basic/* gs://cs-ew1-prj-kpi-tableau-dashb-1-dev/


      2. Query to get table attributes 

      SELECT t.ddl
      FROM <Project name>.<Dataset name>.INFORMATION_SCHEMA.TABLES t   
      WHERE t.table_name in ( '<Table name>');