diff --git a/dags/ods/fb_post_insights/udfs.py b/dags/ods/fb_post_insights/udfs.py index 6977061..06fac3f 100644 --- a/dags/ods/fb_post_insights/udfs.py +++ b/dags/ods/fb_post_insights/udfs.py @@ -122,9 +122,7 @@ def dump_posts_to_bigquery(posts: List[dict]) -> bool: ) try: job = client.load_table_from_json( - posts, - "pycontw-225217.ods.ods_pycontw_fb_posts_new", - job_config=job_config, + posts, "pycontw-225217.ods.ods_pycontw_fb_posts_new", job_config=job_config, ) job.result() return True