We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.7.2 brings some new features to glue plugin I would like to use, but they are not specified in readme:
#324
#327
In particular, I'm getting some errors because it needs a "Value" setting.
File "/opt/venv/lib/python3.11/site-packages/dbt/adapters/duckdb/plugins/glue.py", line 145, in _create_table partition_input, partition_values = _parse_partition_columns(partition_columns, table_def) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/dbt/adapters/duckdb/plugins/glue.py", line 230, in _parse_partition_columns partition_values = [column["Value"] for column in partition_columns] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/venv/lib/python3.11/site-packages/dbt/adapters/duckdb/plugins/glue.py", line 230, in <listcomp> partition_values = [column["Value"] for column in partition_columns] ~~~~~~^^^^^^^^^ KeyError: 'Value'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Release 1.7.2 brings some new features to glue plugin I would like to use, but they are not specified in readme:
#324
#327
In particular, I'm getting some errors because it needs a "Value" setting.
The text was updated successfully, but these errors were encountered: