Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
kramstrom committed Jul 26, 2024
1 parent b0f6568 commit eb3b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10_integrations/dbt_modal_inference/dbt_modal_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def dbt_run() -> None:
#
# ## Python dbt model
#
# The python dbt model in [`dbt_modal_inference_proj/models/product_reviews_sentiment.py`](https://github.com/modal-labs/modal-examples/blob/kramstrom/dbt-inference-example/10_integrations/dbt_modal_inference/dbt_modal_inference_proj/models/product_reviews_sentiment.py) is quite simple.
# The python dbt model in [`dbt_modal_inference_proj/models/product_reviews_sentiment.py`](https://github.com/modal-labs/modal-examples/blob/main/10_integrations/dbt_modal_inference/dbt_modal_inference_proj/models/product_reviews_sentiment.py) is quite simple.
#
# It defines a python dbt model that reads a record batch of product reviews,
# generates a prompt for each review and makes an inference call to a Modal Function
Expand Down

0 comments on commit eb3b1d4

Please sign in to comment.