<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic SAS Access to Google BigQuery | Permission in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860736#M26096</link>
    <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're installing a SAS Access to Google Bigquery in our SAS 9.4 (Linux) environment. We made a test and we have some permission error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN class="ui-provider vj b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;ERROR: CLI prepare error: Table "xxxx" does not exist or cannot be accessed : Error:&amp;nbsp;googleapi: Error 403: Access Denied: Project yyyy: User does not have bigquery.jobs.create permission in project yyyy., accessDenied&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ui-provider vj b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;We added bigquery.jobs.create permission for the user and it works. My question is, in order to only read data from GCP, what are the minimal permission the user needs on GCP?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ui-provider vj b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2023 18:33:50 GMT</pubDate>
    <dc:creator>MariaD</dc:creator>
    <dc:date>2023-02-24T18:33:50Z</dc:date>
    <item>
      <title>SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860736#M26096</link>
      <description>&lt;P&gt;Hi folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We're installing a SAS Access to Google Bigquery in our SAS 9.4 (Linux) environment. We made a test and we have some permission error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;SPAN class="ui-provider vj b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;ERROR: CLI prepare error: Table "xxxx" does not exist or cannot be accessed : Error:&amp;nbsp;googleapi: Error 403: Access Denied: Project yyyy: User does not have bigquery.jobs.create permission in project yyyy., accessDenied&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ui-provider vj b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;We added bigquery.jobs.create permission for the user and it works. My question is, in order to only read data from GCP, what are the minimal permission the user needs on GCP?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ui-provider vj b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Regards,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 18:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860736#M26096</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2023-02-24T18:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860870#M26111</link>
      <description>&lt;P&gt;Can you post the code giving this error please.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 20:52:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860870#M26111</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-02-25T20:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860871#M26112</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Difficult to say without knowing what you intend to achieve (as Kiwi has already stated).&lt;/P&gt;
&lt;P&gt;You certainly know about these pages (I mention them just in case):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/bigquery/docs/access-control-basic-roles" target="_blank"&gt;https://cloud.google.com/bigquery/docs/access-control-basic-roles&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/bigquery/docs/access-control#bigquery.dataViewer" target="_blank"&gt;https://cloud.google.com/bigquery/docs/access-control#bigquery.dataViewer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;--FJa&lt;/P&gt;</description>
      <pubDate>Sat, 25 Feb 2023 21:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/860871#M26112</guid>
      <dc:creator>fja</dc:creator>
      <dc:date>2023-02-25T21:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861359#M26128</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;. Of course, follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;DATA test;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;set mydb.my_tbl (obs= 10);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;where var&amp;gt;='01JAN2023'd;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;ERROR: CLI prepare error: Table "acc_mc.my_tbl" does not exist or cannot be accessed : Error:&amp;nbsp;googleapi: Error 403: Access Denied: Project df-datalake: User does not have bigquery.jobs.create permission in project df-datalake, accessDenied&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;RUN;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Our intention is to read/extract data from GCP and join the results with SAS datasets. We do not expect to write or change any data in GCP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 13:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861359#M26128</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2023-02-28T13:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861559#M26133</link>
      <description>&lt;P&gt;Looks like you have a BigQuery permissions problem that can't be fixed from SAS. Do you have a BigQuery specialist or administrator who can help you?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:12:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861559#M26133</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-02-28T19:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861561#M26134</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;. Yes, exactly. So my question is exists any SAS documentation about what are the GCP permissions needed to access GCP data and read the tables?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:18:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861561#M26134</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2023-02-28T19:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861578#M26135</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/36451"&gt;@MariaD&lt;/a&gt;&amp;nbsp; - The way I interpret your error is that you need permission to run a BigQuery job as behind the scenes SAS is submitting the SAS code you wrote as a BigQuery job. Who maintains your BigQuery access and permissions? Talk to that person. SAS doesn't document GCP, just it's ACCESS product. Try googling this topic.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:22:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861578#M26135</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-02-28T20:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861587#M26136</link>
      <description>&lt;P&gt;Depends on the role you want the user to have. Someone could have permissions to change tables or just use tables.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;User roles are defined here (bigQuery User is one I would consider for example) but it also depends on how you've set up your roles/security on Google which is very much company dependent.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cloud.google.com/bigquery/docs/access-control" target="_blank"&gt;https://cloud.google.com/bigquery/docs/access-control&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861587#M26136</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-02-28T20:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Google BigQuery | Permission</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861589#M26137</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;. It's only to use/extract data. From SAS we do not expect to change, create or delete data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:47:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/SAS-Access-to-Google-BigQuery-Permission/m-p/861589#M26137</guid>
      <dc:creator>MariaD</dc:creator>
      <dc:date>2023-02-28T20:47:31Z</dc:date>
    </item>
  </channel>
</rss>

