Skip to content

Commit

Permalink
Update udfs.py
Browse files Browse the repository at this point in the history
remove debug print
  • Loading branch information
GeekAngus authored Aug 17, 2024
1 parent 93d035e commit 3ffeb37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dags/ods/ig_post_insights/udfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def save_posts_and_insights() -> None:
posts = request_posts_data()

last_post = query_last_post()
print(last_post)
new_posts = [
post
for post in posts
Expand Down Expand Up @@ -195,7 +194,6 @@ def dump_posts_insights_to_bigquery(posts: List[dict]) -> bool:
write_disposition="WRITE_APPEND",
)
try:
print(posts)
job = client.load_table_from_json(
posts,
"pycontw-225217.ods.ods_pycontw_ig_posts_insights",
Expand Down

0 comments on commit 3ffeb37

Please sign in to comment.