Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@nthings
Copy link
Contributor

@nthings nthings commented Nov 30, 2023

closes #448

app.bqsparkstoredprocedure(
    name="count_words_procedure_external",
    dataset_id="tutorial",
    spark_file="spark.py",
    additional_python_files=["additional.py"],
)

@codecov
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 48 lines in your changes are missing coverage. Please review.

Comparison is base (c0e7608) 89.88% compared to head (ffa0cea) 89.53%.

Files Patch % Lines
...oblet/infrastructures/bq_spark_stored_procedure.py 70.96% 45 Missing ⚠️
goblet/tests/test_bqsparkstoredprocedure.py 97.08% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #463      +/-   ##
==========================================
- Coverage   89.88%   89.53%   -0.35%     
==========================================
  Files          63       65       +2     
  Lines        5792     6060     +268     
==========================================
+ Hits         5206     5426     +220     
- Misses        586      634      +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@anovis anovis merged commit 6427296 into goblet:main Dec 1, 2023
@nthings nthings deleted the INFRA-1781-goblet-spark-bq-routine branch December 1, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BigQuery Spark] Stored Procedures

2 participants