Anders

Results 152 comments of Anders

with respect to workloads, I totally buy the business case for cross-cluster reads & writes. My concern is the perspective that a dbt end-user. ### How a dbt user thinks...

> 3\. create a view that depends on a table in another cluster's database--possible, no restrictions I'm surprised to hear that this is supported because I literally got an error...

@soroushmalek67 thanks for reporting this! This is an on-going regression due to a limitation of the redshift-connector Python driver. I've opened https://github.com/aws/amazon-redshift-python-driver/issues/220 to request that `SQL State` be provided as...

hey @huttotw, sorry you're having trouble connecting. > dbt-redshift should pass the explicit option `is_serverless` Am I correct in my understanding that `is_serverless` would need to be user-provided? We can...

re-opening bc this was not fixed by #428 only addressed the `redshift__list_relations_without_caching` macro, not `redshift_get_columns_in_relation`

@soksamnanglim thanks for writing this up! We discussed this internally and also believe it would be valuable. I'd check out the write up in https://github.com/dbt-labs/dbt-adapters/issues/85. I'd love to hear which...

@nbphuoc @sgahr sorry that you're not getting what you want from the new IAM auth options. To clarify, does assumed role auth work today for non-serverless clusters? @jiezhen-chen pointed us...

hey @VolkerSchiewe yeah we've been in discussion with them. Have you looked over #742? The consensus between their team and ours right now is that rather than solve one-off issues...

@btello thanks for the write-up! this is indeed a bug. this isn't a use case we commonly see of aliasing models to correspond to other names of models, but it...

ok after a deep dive with @mikealfare and @McKnight-42 we discovered the root cause was an undocumented change in the `2024_03` bundle about the [`SHOW OBJECTS` statement](https://docs.snowflake.com/en/sql-reference/sql/show-objects#usage-notes). Prior to the...