Skip to content

Commit

Permalink
fixcibug/add fb insight udf by align black
Browse files Browse the repository at this point in the history
  • Loading branch information
Xch1 authored and Xch1 committed Aug 16, 2024
1 parent 4af732f commit 86471e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dags/ods/fb_post_insights/udfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86471e7

Please sign in to comment.