Bronze 2
Since ‎04-09-2024
‎04-17-2025

My Stats

  • 13 Posts
  • 0 Solutions
  • 1 Likes given
  • 27 Likes received

Sohail_El's Bio

Badges crazyrevol Earned

View all badges

Recent Activity

I have below script where I create or replace tables in my pipeline. I add PK and FK constraint after the table are created. How can I make the PK FK statements idempotent? I can't seem to add IF NOT EXISTS as indicated in the docs. CREATE OR REPLACE...
We're using on-demand bigQuery model exclusively for all our projects. my observation is that in on-demand model, as long as we're below 2000 slots per project, we don't see any wait times in stages of jobs running in our project. So, I would conside...
Hi, I tried to do some tests and its not very clear to me. So, wanted to ask here as a newbie to BigQuery.1. If I use a filter on partitioned date column(monthly partition), and I want to apply a function like below, will Big Query be able to do part...
I'm trying to find a way to find references to our warehouse views. I see that when a view is referenced in a query, the referenced_tables columns in JOBS view shows the underlying tables but not the views that are actually referenced in the FROM cla...
In our BigQuery environment, we have reporting tables that are mostly OBT tables. But they are not partitioned and clustered well. Most were created by analysts who didn't consider forecasted usage to identify good partitioning and clustering scheme....