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 f35961a commit 51bf32e
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 @@ -36,7 +36,7 @@ def spark_job(spark: SparkSession, params, *args, **kwargs):
ON e.email_lower LIKE CONCAT('%', w.word, '%')
""")

# Write to silver delta table as a .txt file with original emails
# Write to silver delta table as a .txt file with original emails
spark.sql(f"""
INSERT OVERWRITE TEXT.`{s3_output_path}`
SELECT email_tel
Expand Down

0 comments on commit 51bf32e

Please sign in to comment.