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
ddn connector introspect app_mysql and then ddn model add app_mysql chronomics_stage2.users
gives the error NF Using Subgraph config file "app/subgraph.yaml" found in context. LOAD Subgraph at app/subgraph.yaml UPDATE Model Users in app at app/metadata/Users.hml UPDATE ObjectType Users at app/metadata/Users.hml ERROR Invalid ndc types in app_mysql subgraph app
Take out the timestamp field and it works
The text was updated successfully, but these errors were encountered:
Given a simple MySql table
CREATE TABLE
users(
idint unsigned NOT NULL AUTO_INCREMENT,
created_attimestamp NULL DEFAULT NULL, PRIMARY KEY (
id) )
ddn connector introspect app_mysql
and thenddn model add app_mysql chronomics_stage2.users
gives the error
NF Using Subgraph config file "app/subgraph.yaml" found in context. LOAD Subgraph at app/subgraph.yaml UPDATE Model Users in app at app/metadata/Users.hml UPDATE ObjectType Users at app/metadata/Users.hml ERROR Invalid ndc types in app_mysql subgraph app
Take out the timestamp field and it works
The text was updated successfully, but these errors were encountered: