Hello all, I just deployed my first custom connect...
# help-connector-development
v
Hello all, I just deployed my first custom connecter from the Builder. The extraction runs fine, but the normalization step does not. So dbt is invoked but no job is given to him. When looking in the logs, I get the message :
Ignoring stream 'orders' from orders because properties list is empty
. I understand that the json I put in the "Declared schema" section might not be properly read, how can I debug this ? Is there a way to validate that the schema I give is taken into account ? Thanks a lot !
k
A message from kapa.ai
s
hi victor, did you use the schema autogenerated by the builder? or did you create a manual one?
k
New message text here
v
Hello Sherif, thanks for your answer ! I used the auto-generated one
That has a "properties" attribute
s
can you clarify what the problem you are seeing in the destination is? is the table not being created? Also can you post your json schema?
v
Sure ! here is the json
And basically the table is created but it is not denormalized
It remains with the airbyte_data column
s
so you have a table called
orders
which just has a
data
column and none of these? can you go to the replication page for this connection and try refreshing the schema?
v
Ahh I didn't know I needed to go refresh the schema in the replication tab after updating the schema in the builder.
The bug is fixed, thanks a lot !!
👍🏼 1