Skip to content

Commit

Permalink
ci: trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-the-nardo committed Nov 9, 2024
1 parent 4afc694 commit f8cce05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark-jobs/brazilian-finder/brazilian-finder_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def spark_job(spark: SparkSession, params, *args, **kwargs):
FROM matching_emails
""")

# Append the matching emails to the master deltta table
# Append the matching emails to the master delt ta table
spark.sql(f"""
INSERT INTO delta.`{s3_master_combo_path}`
SELECT email_tel
Expand Down

0 comments on commit f8cce05

Please sign in to comment.