Skip to content

Commit

Permalink
Update medium-stats-spark-driver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kumar-99 authored Jun 10, 2024
1 parent 1aef60d commit 43e52e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/medium/medium-stats-spark-driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ def compute_yearly_statistics(spark, table_name):
help="Ingestion mode: append or create",
)
args = parser.parse_args()


catalog_name = "medium_stats"
db_name = "mediumstats"
table_name = "articles"
local_path = "/usr/stats/" + args.key
Expand Down

0 comments on commit 43e52e8

Please sign in to comment.