Skip to content

Commit

Permalink
Add crawl_source to insert
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Oct 17, 2023
1 parent 8aaf33e commit e629f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adscrawler/app_stores/scrape_stores.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def insert_new_apps(
insert_columns = ["store", "store_app"]
upsert_df(
table_name="store_app_sources",
insert_columns=insert_columns,
insert_columns=insert_columns + ["crawl_source"],
df=inserted_apps,
key_columns=insert_columns,
database_connection=database_connection,
Expand Down

0 comments on commit e629f10

Please sign in to comment.