Skip to content

Commit

Permalink
Update macros/upload_results/upload_results.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-rimmer authored Jan 25, 2024
1 parent dba2917 commit d71c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/upload_results/upload_results.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{# Get the results that need to be uploaded #}
{% set objects = dbt_artifacts.get_dataset_content(dataset) %}

{# Upload in chunks to reduce query size #}
{# Upload in chunks to reduce the query size #}
{% if dataset == 'models' %}
{% set upload_limit = 50 if target.type == 'bigquery' else 100 %}
{% else %}
Expand Down

0 comments on commit d71c39f

Please sign in to comment.