kuatroka

Results 16 comments of kuatroka

So what is the current workaround? If I'm loading data from multiple dfs to a table, how do the rest of you make sure that the repetitive rows from different...

Yes, but what do the devs in real apps use now as a workaround as it seems like a pretty big feature. Will checking if a record exists in the...

I deleted the post as I realised it didn't make much sense. Checking for the duplicates in the df prior to writing it to the DB, will not save me...

Two options to deal with the UPSERT from @hannes from discord. Leaving it here as it might help other people. Both use an intermediate, staging table. Option 1 ``` create...

Just in case, recreate this on your local machine and see if you still get the same error. I had a similar experience with Colab but using a different library...

Thanks @jlantunez I followed your advice and made it work when clicking on a link, but I want these fragments to appear when I pres the arrow keys. How would...

Sure, I'll update and try it again. Which syntax for the connection do you suggest though? Referencing clickhouse or mysql?

The same error... If I specify the port `SQLALCHEMY_CLICKHOUSE_URL = 'clickhouse://default:[email protected]:8123/default' ` I get `RuntimeError: timed out waiting for connection` If I don't specify the port `SQLALCHEMY_CLICKHOUSE_URL = 'clickhouse://default:default@localhost/default'` I...

Hi, I can't connect through the MySQL Workbench . I get this error message. (I have also tried with the port 9000 and no luck) ![image](https://user-images.githubusercontent.com/9093546/177147903-6df206a1-30f2-422c-8512-4f5a054e7982.png) but I have no...

Hi @wangxiaoying Yes, my installation has this port enabled too. I used the `9004 `to connect with the standard python module `import mysql.connector` but the connectorx still gives me errors....