Serhii Dimchenko
Serhii Dimchenko
Add redshift serverless support to resolve `svv_schema_quota_state` and `svl_user_info` access restrictions.
I get the following error when try to create redshift grant for external schema: ``` │ Error: Provider produced inconsistent result after apply │ │ When applying changes to redshift_grant.user,...
A clear and concise description of what the bug is. #### How to reproduce the bug 1. Add sankey diagram with loops using instructions https://www.npmjs.com/package/@superset-ui/legacy-plugin-chart-sankey-loop 2. Write test query: ```...
**Failed SQL** ``` ERROR: Error during rewrite: Can't detect Cube query and it may be not supported yet. Please check logs for additional information. QUERY: SELECT "backoffice"."channel" AS "channel", MEASURE("backoffice"."active_users_approx")...
This is a: - [x] bug fix PR with no breaking changes - [ ] new functionality ## Description & motivation pre commit checks make the repo's code consistent and...
I've implemented the following optimisations and fixes: - generalised dependencies in pyproject.toml (before there was extra dev-requirements.txt file) - enabled mypy check (it was somehow disabled at all) Found 408...
Changes: - Add possibility to automatically create directory for output file is if it does not exist - Fixed typo in `avsc` cli argument - Implement enum keys code style...
Fixed error `permission denied for relation stv_mv_info` for materialized view in redshift serverless.
# Description I've enabled elementary for my dbt projects. On the biggest one I'm running every dbt model as separate airflow task and I have problem on on-run-end hook level....
Problem statement: currently we must support 2 similar docs sites: readme file in `dbt-athena` repo and https://github.com/dbt-athena/dbt-athena.github.io, it's not so convenient and may lead to docs inconsistent state. Possible options...