You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the dbt plugin refinement and it will generate a SQL to create database. I guess this is not well supported in Proton, but I tried to run this in proton client to see the error code. However, running this will clash the client
./proton client
proton client version 1.5.18.
Connecting to localhost:8463 as user default.
Connected to proton server version 1.5.18 revision 54459.
31e2f488d1bb :) create database if not exists test17272260995499164722_test_proton
CREATE DATABASE IF NOT EXISTS test17272260995499164722_test_proton
Query id: 1e0e17f8-4d1e-4ee9-b856-7ec06f6fc298
[1] 38729 abort ./proton client
The text was updated successfully, but these errors were encountered:
I am working on the dbt plugin refinement and it will generate a SQL to
create database
. I guess this is not well supported in Proton, but I tried to run this inproton client
to see the error code. However, running this will clash the clientThe text was updated successfully, but these errors were encountered: