Nicolas Parot Alvarez

Results 12 comments of Nicolas Parot Alvarez

Am I correct to think that this PR introduces the possibility to create a **unique** non-clustered index, which wasn't possible before? This would be very useful for us!

Similarly to @notkeo, we have to manage a python environment on a machine that is not connected to the internet for regulatory reasons. So we copy the Python wheels ourselves...

If it can help, this is what we're using to connect with the Windows user of the current session. ```yaml dbt-transform: target: local outputs: local: type: sqlserver driver: 'ODBC Driver...

I also have this issue. But it seems to be dataset dependent. My real dataset has 3 levels and highly variables values from 0 to trillions. This doesn't render. However,...

Ok, so my issue is that the sums were not correctly adding up from the 3rd level in my real dataset. You may want to check if it was the...

Thank you for pointing out the batch size config! I will try when I can.

Sorry to come back so late, we tested overwriting the macro and it indeed worked, thank you ! We also tried setting [`max_batch_size`](https://docs.getdbt.com/reference/resource-configs/mssql-configs#seeds) but that didn't work. I think it...

Did you install the database driver as recommended in the doc? https://superset.apache.org/docs/databases/installing-database-drivers For Hive, I recommend using `impyla` instead of `pyhive` because the later is not maintained anymore. I'm running...

I think the ticket activity doesn't reflect the demand for this feature, there has been at least 6 users asking about in on Slack this past year: https://getdbt.slack.com/archives/CBSQTAPLG/p1631304882432300 It might...