Phil Dumbreck
Phil Dumbreck
I had the same issue with a fresh install of datahub, so this time I could just disable the upgrade job in values.yaml. When it was enabled, I got your...
Yes please, this would be wonderful ❤️ Our use case for this is Redshift and Aurora Postgres with Microsoft AAD.
> @phildum do you have any docs on how to use OAuth2 in those cases? Redshift: https://docs.aws.amazon.com/redshift/latest/mgmt/redshift-iam-access-control-native-idp.html Postgres RDS is via Kerberos to AWS managed AD which can then be...
I am also seeing this issue, it is preventing our upgrade to 4.0.0 and is it not fixed in 4.0.1rc1 @michael-s-molina Could you help to get the above PR merged...
``` row_format: serde 'org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe' file_format: parquet ``` The above works for me. No need for `stored_as`
This change would be much appreciated. dbt-postgres 1.8.0 is creating issues for those running Linux due to a change in Psycopg2 dependencies, see https://github.com/dbt-labs/dbt-postgres/issues/96 dbt-redshift does not need Psycopg2 anymore,...
I am using websockets and I see this issue only when SLACK_ENABLE_AVATARS is enabled..
It was consistent for both chrome and firefox for me. I was unaware you do not use GLOBAL_ASYNC_QUERIES_TRANSPORT for Preset. I therefore assume this means GLOBAL_ASYNC_QUERIES_TRANSPORT is not tested as...
Can confirm this issue exists in both chrome and firefox when GLOBAL_ASYNC_QUERIES_TRANSPORT is set to either `polling` or `ws` and `SLACK_ENABLE_AVATARS` is set. When `SLACK_ENABLE_AVATARS` is not set, both `polling`...
I used this (currently open) PR to fix this bug https://github.com/nvuillam/github-dependents-info/pull/607