Welcome to the

Looker Community

The place for data-driven discussion and all your Looker questions, answers, and excitement.

cancel
Showing results for 
Search instead for 
Did you mean: 
Bronze 2
Since ‎03-21-2023
‎03-07-2024

My Stats

  • 5 Posts
  • 1 Solutions
  • 1 Likes given
  • 1 Likes received

aalshikhley's Bio

Badges aalshikhley Earned

View all badges

Recent Activity

HelloI have this Pyhton Cloud Function : from google.cloud import storage def fileUpload(event, context): file_data = event bucket_name = file_data['bucket'] file_name = file_data['name'] print(type(file_name)) print(f"Bucket name: {bucket_name}") pr...
I have this query which allows me to retrieve the actions made by a user on an object : SELECT protopayload_auditlog.resourceName, protopayload_auditlog.methodName, receiveTimestamp, protopayload_auditlog.authenticationInfo.principalEmail, FROM `my_p...
Hello,To be able to follow the modifications made to the files in a buckets I have set up in my company some sinks allowing to send the logs of Cloud Logging on BigQuery datasets.Let's take this scenario:- in a bucket bucketTest, there is a b.csv fil...