Skip to content

Commit

Permalink
ci: trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-the-nardo committed Nov 10, 2024
1 parent a04ce23 commit 73e62cf
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 @@ -15,7 +15,7 @@ def spark_job(spark: SparkSession, params, *args, **kwargs):
broadcasted_words_df = broadcast(words_df)
broadcasted_words_df.createOrReplaceTempView("words")

# Register paths as SQL variables
# Register paths as SQL variables
spark.sql(f"""
CREATE OR REPLACE TEMP VIEW bronze_table AS
SELECT *
Expand Down

0 comments on commit 73e62cf

Please sign in to comment.