Skip to content

Conversation

jialuoo
Copy link
Contributor

@jialuoo jialuoo commented Jul 10, 2025

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes b/425362511 🦕

@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. samples Issues that are directly related to samples. labels Jul 10, 2025
@jialuoo jialuoo requested review from tswast and shobsi July 10, 2025 18:37
@jialuoo jialuoo marked this pull request as ready for review July 10, 2025 18:37
@jialuoo jialuoo requested review from a team as code owners July 10, 2025 18:37
@jialuoo jialuoo requested a review from a team as a code owner July 16, 2025 00:09
@jialuoo jialuoo requested review from nicain and shobsi July 16, 2025 00:09
@jialuoo jialuoo requested a review from shobsi July 16, 2025 21:13
shobsi
shobsi previously approved these changes Jul 17, 2025
@jialuoo jialuoo enabled auto-merge (squash) July 17, 2025 17:12
@jialuoo jialuoo disabled auto-merge July 17, 2025 17:25
@jialuoo jialuoo enabled auto-merge (squash) July 18, 2025 17:46
@jialuoo jialuoo requested review from shobsi and removed request for nicain July 22, 2025 15:02
# Define a BigFrames UDF to generate a temperature description.
# BigFrames UDFs allow you to define custom Python logic that executes
# directly within BigQuery. This is powerful for complex transformations.
@bpd.udf(dataset='dbt_sample_dataset', name='describe_udf')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be using session.udf instead?

@@ -0,0 +1,67 @@
# This example demonstrates how to build an **incremental dbt Python model**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing license header.

@@ -0,0 +1,58 @@
# This example demonstrates one of the most general usages of transforming raw
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing license header.

@@ -0,0 +1,39 @@

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing license header.

@jialuoo jialuoo merged commit 7e03252 into main Jul 22, 2025
24 of 25 checks passed
@jialuoo jialuoo deleted the dbt-sample branch July 22, 2025 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. samples Issues that are directly related to samples. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants