Skip to content

Latest commit

 

History

History

flows

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Prefect Workflow Orchestration

A GCS Bucket must be available in GCS to run this code.

Then create prefect block with the following configuration:

  • Name of the Bucket: your GCS Bucket
  • Add GCS credentials of the service account of your GCS Bucket

To upload the data to the GCS Bucket and send them to BigQuery follow the net steps:

  1. Start Prefect Server:

    prefect server start
  2. Upload the files to the GCS Bucket:

    python .\etl_data_to_gcs.py
  3. Send the data to BigQuery:

     python .\etl_gcs_to_bq.py