StarRocks / dbt-starrocks

dbt-starrocks contains all of the code enabling dbt to work with StarRocks
10 stars 4 forks source link

dbt tests expect that you can dynamically create database on db connection #26

Closed alberttwong closed 4 months ago

alberttwong commented 4 months ago
Exception has occurred: DatabaseError
1064 (HY000): Unknown database 'test17102070719455983730_test_basic'
_mysql_connector.MySQLInterfaceError: Unknown database 'test17102070719455983730_test_basic'

The above exception was the direct cause of the following exception:

  File "/Users/atwong/sandbox/dbt-starrocks/dbt/adapters/starrocks/connections.py", line 113, in open
    connection.handle = mysql.connector.connect(**kwargs)
mysql.connector.errors.DatabaseError: 1064 (HY000): Unknown database 'test17102070719455983730_test_basic'
alberttwong commented 4 months ago

https://github.com/StarRocks/dbt-starrocks/commit/15994907e0b5374b946dc9e19a147df542ee7d63