Facebook Ads To GCS Operators

Prerequisite Tasks

FacebookAdsReportToGcsOperator

Use the FacebookAdsReportToGcsOperator to execute a Facebook ads report fetch and load to GCS.

airflow/providers/google/cloud/example_dags/example_facebook_ads_to_gcs.py[source]

    run_operator = FacebookAdsReportToGcsOperator(
        task_id='run_fetch_data',
        owner='airflow',
        bucket_name=GCS_BUCKET,
        parameters=PARAMETERS,
        fields=FIELDS,
        gcp_conn_id=GCS_CONN_ID,
        object_name=GCS_OBJ_PATH,
    )

Reference

For further information, look at:

Was this entry helpful?