Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #76 from dbt-labs/leahwicz-patch-2
Browse files Browse the repository at this point in the history
Bump to version 0.21.1rc1
  • Loading branch information
leahwicz authored Nov 3, 2021
2 parents 6856efa + d8e5879 commit 3112753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

# Release version number that must be updated for each release
env:
version_number: '0.21.0'
version_number: '0.21.1rc1'

jobs:
Test:
Expand Down
4 changes: 2 additions & 2 deletions dbt/include/presto/macros/adapters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
{% endmacro %}


{% macro presto__load_csv_rows(model, agate_table) %}
{{ return(basic_load_csv_rows(model, 1000, agate_table)) }}
{% macro presto__get_batch_size() %}
{{ return(1000) }}
{% endmacro %}


Expand Down

0 comments on commit 3112753

Please sign in to comment.