How to run a BigQuery SQL using Python?
BigQuery API Client libraries BigQuery API client libraries are used to run a BigQuery job programmatically. It calls the BigQuery
Continue readingCreated Slack channels to clarify your doubts on the posted articles. Join Our Slack Channel
BigQuery API Client libraries BigQuery API client libraries are used to run a BigQuery job programmatically. It calls the BigQuery
Continue readingRegexp_extract function in BigQuery Regexp_extract function returns a substring from the source string that matches the regular expression pattern. If
Continue readingCloud Composer Cloud Composer is a fully managed orchestration tool in GCP. It is used to author, schedule and monitor
Continue readingCloud Storage Connector Cloud Storage Connector is an open source Java library developed by Google. It allows us to copy
Continue readingLoad JSON data from Cloud storage to BigQuery The JSON file can be loaded from Cloud Storage to a new
Continue readingCloud Dataproc in Google Cloud Platform Cloud Dataproc is Google’s managed service for running Hadoop and Spark jobs. It allows
Continue readingCreate Table As Select (CTAS) in BigQuery The CTAS statement creates a new table by copying the schema and data
Continue readingConcat function in Hive The concat() function add two or more strings or bytes together. If any of the value
Continue readingALTER TABLE ADD COLUMN statement Alter statement allows us to modify the structure of the existing table. Using Alter Table
Continue readingCOALESCE function in Hive Coalesce is a conditional function in Hive which is used to handle the NULL values. It
Continue reading