Bronze 2
Since ‎12-15-2023
‎12-12-2024

My Stats

  • 14 Posts
  • 0 Solutions
  • 1 Likes given
  • 1 Likes received

patilb1997's Bio

Badges patilb1997 Earned

View all badges

Recent Activity

import re from datetime import datetime # airflow imports from airflow.decorators import dag, task from airflow.utils.dates import days_ago from airflow.operators.python import get_current_context # google-cloud library imports from google.cloud impo<!-- -->...
I am developing a Dataflow Pipeline as follows:1. Read files from GCS having common prefix into a Deferred Dataframe2. Apply Transformations to the Deferred Dataframe3. Convert Deferred Dataframe to a PCollection4. Write this PCollection to Cloud SQL...
Likes from