You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running stage_external_sources for dbt-core 1.7.10 and dbt-redshift 1.7.7, the macro fails, claiming an error in redshift__refresh_external_table when running from lines 17 on, claiming that partition is a string object. This does not happen in dbt 1.4.5 and dbt-redshift 1.4.0, which was out previous version before updating.
Steps to reproduce
None of the source definitions containing a partitions block work anymore.
Core:
- installed: 1.7.10
- latest: 1.9.1 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- postgres: 1.7.10 - Update available!
- redshift: 1.7.7 - Update available!
At least one plugin is out of date or incompatible with dbt-core.
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
The operating system you're using:
Windows 11 Enterprise 24H2
The output of python --version:
Python 3.9.13
The text was updated successfully, but these errors were encountered:
Describe the bug
When running stage_external_sources for dbt-core 1.7.10 and dbt-redshift 1.7.7, the macro fails, claiming an error in redshift__refresh_external_table when running from lines 17 on, claiming that partition is a string object. This does not happen in dbt 1.4.5 and dbt-redshift 1.4.0, which was out previous version before updating.
Steps to reproduce
None of the source definitions containing a partitions block work anymore.
--->
Expected results
Running stage_external_sources works as it did before the update.
Actual results
The script errors out with Compilation Error 'str object' has no attribute 'vals'
Screenshots and log output
System information
The contents of your
packages.yml
file:packages:
version: "0.11.1"
version: "1.1.1"
version: "0.8.0"
version: "0.10.0"
revision: "0.10.1"
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
Windows 11 Enterprise 24H2
The output of
python --version
:Python 3.9.13
The text was updated successfully, but these errors were encountered: